Class AreaModelTree<S>

Represents a tree-based table model. Extends the AbstractAreaModel class.

Type Parameters

  • S

    The type of the row data.

Hierarchy

Constructors

Properties

areaIdent: AreaIdent

The identifier for one of the areas: header, body, footer.

cellRenderers: (undefined | CellRendererIf)[]
columnDefs: ColumnDefIf[] = []
defaultRowHeight: number
filteredFlattenRows: TreeRowIf<S>[]
flattenRows: TreeRowIf<S>[]
lastPredictFn?: FilterFunction<any>
properties: string[]
rowSelectionModel: undefined | CheckboxModelIf<any> = undefined

A model and controller for a row checkbox selection

rows: TreeRowIf<S>[]
service: TreeRowService = ...
sorterService: SorterService = ...
type: string = 'AreaModelTree'
yPositions: number[] = []

Methods

Generated using TypeDoc