Skip to content

GridOptions interface

Grid options type.

DataDisplayFormatterOptions


● allowDragDrop?: boolean


Function called before rendering

● beforeTableRendering?: (dataTable: EqDataTable) => void


Function thart formats column header

● formatColumnHeader?: (dataTable: EqDataTable, index: number, colLabel: string) => string


Function thart formats cell

● formatGridCell?: (dataTable: EqDataTable, i: number, j: number, value: string) => string


● localeId?: string


● localeSettings?: LocaleSettings


Max count of buttons

● maxButtonCount?: number


pageItem css class

● pageItemCssClass?: string


table class

● tableClass?: string


● useCustomLocaleSettings?: boolean