EasyGridOptions interface
- addColumns
- addColumnsTitle
- allowDragDrop
- dataTable
- fixHeightOnFirstRender
- header
- onActiveRowChanged
- onAddColumnClick
- onColumnChanged
- onColumnDeleted
- onColumnMoved
- onGetCellRenderer
- onInit
- onPageChanged
- onRowClick
- onRowDbClick
- onSyncGridColumn
- pagination
- paging
- showActiveRow
- slot
- syncGridColumns
- totals
- useRowNumeration
- viewportRowsCount
Properties
Section titled “Properties”addColumns
Section titled “addColumns”● addColumns?: boolean
addColumnsTitle
Section titled “addColumnsTitle”● addColumnsTitle?: string
allowDragDrop
Section titled “allowDragDrop”● allowDragDrop?: boolean
dataTable
Section titled “dataTable”● dataTable: EasyDataTable
fixHeightOnFirstRender
Section titled “fixHeightOnFirstRender”● fixHeightOnFirstRender?: boolean
header
Section titled “header”● header?: any
onActiveRowChanged
Section titled “onActiveRowChanged”● onActiveRowChanged?: (ev: ActiveRowChangedEvent) => void
onAddColumnClick
Section titled “onAddColumnClick”● onAddColumnClick?: (ev: AddColumnClickEvent) => void
onColumnChanged
Section titled “onColumnChanged”● onColumnChanged?: (ev: ColumnChangedEvent) => void
onColumnDeleted
Section titled “onColumnDeleted”● onColumnDeleted?: (ev: ColumnDeletedEvent) => void
onColumnMoved
Section titled “onColumnMoved”● onColumnMoved?: (ev: ColumnMovedEvent) => void
onGetCellRenderer
Section titled “onGetCellRenderer”● onGetCellRenderer?: (column: GridColumn, defaultRenderer: GridCellRenderer
) => GridCellRenderer
onInit
Section titled “onInit”● onInit?: () => void
onPageChanged
Section titled “onPageChanged”● onPageChanged?: (ev: PageChangedEvent) => void
onRowClick
Section titled “onRowClick”● onRowClick?: (ev: RowClickEvent) => void
onRowDbClick
Section titled “onRowDbClick”● onRowDbClick?: (ev: RowClickEvent) => void
onSyncGridColumn
Section titled “onSyncGridColumn”● onSyncGridColumn?: (column: GridColumn) => void
pagination
Section titled “pagination”● pagination?: any
paging
Section titled “paging”● paging?: any
showActiveRow
Section titled “showActiveRow”● showActiveRow?: boolean
● slot: HTMLElement
| string
syncGridColumns
Section titled “syncGridColumns”● syncGridColumns?: boolean
totals
Section titled “totals”● totals?: any
useRowNumeration
Section titled “useRowNumeration”● useRowNumeration?: boolean
viewportRowsCount
Section titled “viewportRowsCount”● viewportRowsCount?: number