GridOptions interface
Grid options type.
Properties
Section titled “Properties”beforeTableRendering
Section titled “beforeTableRendering”Function called before rendering
● beforeTableRendering?: (dataTable: EqDataTable) => void
formatColumnHeader
Section titled “formatColumnHeader”Function thart formats column header
● formatColumnHeader?: (dataTable: EqDataTable, index: number
, colLabel: string
) => string
formatGridCell
Section titled “formatGridCell”Function thart formats cell
● formatGridCell?: (dataTable: EqDataTable, i: number
, j: number
, value: string
) => string
maxButtonCount
Section titled “maxButtonCount”Max count of buttons
● maxButtonCount?: number
pageItemCssClass
Section titled “pageItemCssClass”pageItem css class
● pageItemCssClass?: string
tableClass
Section titled “tableClass”table class
● tableClass?: string