GridOptions interface
Grid options type.
Extends
Section titled “Extends”- allowDragDrop
- beforeTableRendering
- formatColumnHeader
- formatGridCell
- localeId
- localeSettings
- maxButtonCount
- pageItemCssClass
- tableClass
- useCustomLocaleSettings
Properties
Section titled “Properties”allowDragDrop
Section titled “allowDragDrop”● allowDragDrop?: boolean
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
localeId
Section titled “localeId”● localeId?: string
localeSettings
Section titled “localeSettings”● localeSettings?: LocaleSettings
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
useCustomLocaleSettings
Section titled “useCustomLocaleSettings”● useCustomLocaleSettings?: boolean