Skip to content

GridOptions interface

Grid options type.


● allowDragDrop?: boolean


Function called before rendering

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


Function thart formats column header

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


A callback function that allows users to format value in a particular cell

● formatGridCell?: (dataTable: EasyDataTable, rowIndex: number, colIndex: number, text: string) => string


Max count of buttons

● maxButtonCount?: number


pageItem css class

● pageItemCssClass?: string


table class

● tableClass?: string