Class AreaModelCellGroups

This is the model interface for an area model. A table can have three of these models, one for the header, one for the body , and one for the footer. An AreaModelIf gives you information about the rows and cell contents. The column information is given by the TableModelIf.

Hierarchy

  • AreaModelCellGroups

Implements

Constructors

Properties

areaIdent: AreaIdent = "header"

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

arr: (undefined | null | CellGroupExt)[][]
cellGroupExtCellRenderer: CellGroupExtCellRenderer = ...
columnDefs: ColumnDefIf[] = []
defaultRowHeight: number
gammaCells: boolean = true
groupExts: CellGroupExt[] = []
groups: CellGroupIf[]
rowSelectionModel: undefined | CheckboxModelIf<any>

A model and controller for a row checkbox selection

Methods

Generated using TypeDoc