Class AreaModelArrayOfArrays<T>

Represents a model for an area containing a two-dimensional array of data.

Type Parameters

  • T

    The type of data in the array.

Hierarchy

Constructors

Properties

areaIdent: AreaIdent

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

arr: T[][]
cellRenderers: (undefined | CellRendererIf)[]
columnDefs: ColumnDefIf[] = []
defaultRowHeight: number
filteredArr: T[][]
rowSelectionModel: undefined | CheckboxModelIf<any> = undefined

A model and controller for a row checkbox selection

yPositions: number[] = []

Methods

Generated using TypeDoc