GridOptions interface

Grid options type.

Extends

DataDisplayFormatterOptions

Index

Properties

Properties


allowDragDrop

● allowDragDrop?: boolean


beforeTableRendering

Function called before rendering

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


formatColumnHeader

Function thart formats column header

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


formatGridCell

Function thart formats cell

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


localeId

● localeId?: string


localeSettings

● localeSettings?: LocaleSettings


maxButtonCount

Max count of buttons

● maxButtonCount?: number


pageItemCssClass

pageItem css class

● pageItemCssClass?: string


tableClass

table class

● tableClass?: string


useCustomLocaleSettings

● useCustomLocaleSettings?: boolean