grid-pro.statepersistence
Home > @genesislcap/grid-pro > StatePersistence
StatePersistence interface
Represents a state persistence and its capabilities. Provides methods to set and get columns from the storage.
Signature:
export interface StatePersistence
Methods
|
Method |
Description |
|---|---|
|
Returns the column state for the given key. | |
|
Returns the filter model for the given key. | |
|
Saves the column state for the given key. | |
|
Saves the filter model for the given key. |