Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
How to keep all of status of Grid?
posted

Hi everyone,

How can I keep all of Ig-Grid status (example: sorted column, selected row, data of grid, ...) before I move to another page, and use the stored one to return the primary status when I come back without re-call API?

My english is poor, so if you don't understand what I asking for? Please feel free to ask. Thanks a lot!

Parents
  • 17590
    Verified Answer
    Offline posted

    Hello,

    Thank you for posting in our community.

    By design, igGrid persists its states between rebinding via the persist option which persists features between states. For example, if you have paging enabled and you sort column the sorting state is persisted across pages. More information on this can be found here

    In case that you are looking for a way to persist your settings when the browser states have to be saved in the localStorage of your browser and afterwards reloaded via using the API calls for corresponding methods. Similar question is discussed here.

    Please let me know if you need any further assistance with this matter.

Reply Children