An object with options determining if a certain feature state should be saved.
<igx-grid [igxGridState]="options"></igx-grid>
public options = {selection: false, advancedFiltering: false};
An object with options determining if a certain feature state should be saved.
<igx-grid [igxGridState]="options"></igx-grid>
public options = {selection: false, advancedFiltering: false};
Gets the state of a feature or states of all grid features, unless a certain feature is disabled through the options
property.
Restores grid features' state based on the IGridState object passed as an argument.
Event emitted when set state is called with a string. Returns the parsed state object so that it can be further modified before applying to the grid.