Class AreaModelObjectArrayWithColumndefs<T>

Represents an array of objects with column definitions for an area model.

Type Parameters

  • T

    The type of objects in the array.

Hierarchy

Constructors

Properties

areaIdent: AreaIdent

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

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

A model and controller for a row checkbox selection

rows: T[]
sorterService: SorterService = ...
yPositions: number[] = []

Methods

Generated using TypeDoc