GridColumnState
Complete grid column state for persistence. Contains state for all columns, including plugin-contributed properties.
Example
Section titled “Example”// Save stateconst state = grid.getColumnState();localStorage.setItem('grid-state', JSON.stringify(state));
// Restore stategrid.columnState = JSON.parse(localStorage.getItem('grid-state'));Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
columns | ColumnState[] | Array of column states. |
See Also
Section titled “See Also”ColumnStatefor individual column statePublicGrid.getColumnStatefor retrieving state
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt