Class IgxGridStateDirective

Properties

Accessors

Methods

Properties

grid: GridType
stateParsed: EventEmitter<IGridState> = ...

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.

this.state.stateParsed.subscribe(parsedState => parsedState.sorting.forEach(x => x.strategy = NoopSortingStrategy.instance()});

Accessors

Methods