GridOptions interface
Grid options type.
- allowDragDrop
- beforeTableRendering
- formatColumnHeader
- formatGridCell
- maxButtonCount
- pageItemCssClass
- tableClass
Properties
Section titled “Properties”allowDragDrop
Section titled “allowDragDrop”● allowDragDrop?: boolean
beforeTableRendering
Section titled “beforeTableRendering”Function called before rendering
● beforeTableRendering?: (dataTable: EasyDataTable
) => void
formatColumnHeader
Section titled “formatColumnHeader”Function thart formats column header
● formatColumnHeader?: (dataTable: EasyDataTable
, index: number
, colLabel: string
) => string
formatGridCell
Section titled “formatGridCell”A callback function that allows users to format value in a particular cell
● formatGridCell?: (dataTable: EasyDataTable
, rowIndex: number
, colIndex: number
, text: 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