core/data-grid/data-grid-configuration.model.ts
Used to provide context data needed for retrieval/storing of grid configuration data.
Properties |
|
[key: string]:
|
configFilter |
configFilter:
|
Type : GridConfigFilter
|
Optional |
Provides a way to exclude given parts of the data grid configuration from being persisted. This allows to e.g. provide a grid where column configuration (order, visibility, soritng, custom columns) will be persisted, but filters on columns will be reset next time the grid is used. |