GridOptions interface

Grid options type.

Index

Properties

Properties


allowDragDrop

● allowDragDrop?: boolean


beforeTableRendering

Function called before rendering

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


formatColumnHeader

Function thart formats column header

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


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

Max count of buttons

● maxButtonCount?: number


pageItemCssClass

pageItem css class

● pageItemCssClass?: string


tableClass

table class

● tableClass?: string