[!Note] Please note that this control has been deprecated and replaced with the Grid component, and as such, we recommend migrating to that control. This will not be receiving any new features, bug fixes will be deprioritized. For help or questions on migrating your codebase to the Data Grid, please contact support.
Web Components Grid Load & Save Layout
The Ignite UI for Web Components Data Table / Data Grid supports loading and saving the grid layout. This is performed by calling the loadLayout
and saveLayout
methods of the grid. These features are useful when an end user can move, sort, and group columns, and wants to preserve the state of the grid and be able to recover the layout and resume work at a later time.
Web Components Grid Load & Save Layout Example
Supported Features
The grid supports saving the following features:
- Column Visibility
- Column Pinning
- Column Moving
- Column Resizing
- Column Sorting
- Column Filtering
- Row Grouping