Interface Modifications

Hierarchy

Properties

activeCell?: CellSelelection
calculatedColumnWidths?: Map<string, number>
colFilters: Map<string, unknown>
colOrders: Map<string, string[]>
colPins: Map<string, LockMode>
colVisibility: Map<string, boolean>
colWidths: Map<string, number>
columnDistinctValues: Record<string, NameValue[]>
derivedColumns: ColumnOptions[]
editInfos: EditInfo[]
focusCell?: CellSelelection
globalFilterTree?: Filter
globalFilterValue?: string
groupFields?: string[]
pageSize?: number
quickFindValue?: string
selectedCells: CellSelelection[]
selectedRowIds: unknown[]
sortsByLevel: Map<number, Map<string, SortInfo>>
suspendMouseEvents?: boolean
unlockAllColumns?: boolean

Generated using TypeDoc