IgniteUI / igniteui-react

High-Performance Data Grid and High-Volume Data Charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

State Persistence for IgrDataGrid

radomirchev opened this issue · comments

As an end user, I want to see the same grid state as I left it on my last visit of the page.

Story 1. As a citizen developer, I want to get the grid state on API call.
Story 2. As a citizen developer, I want to pass an options object describing what features state are not needed to be saved.
Story 2. As a citizen developer, I want to get only the columns state or certain feature state on API call.
Story 3. As a citizen developer, I want to restore the state by passing in the state object retrieved by the getState method as an argument to the setState method.