shlomiassaf / ngrid

A angular grid for the enterprise

Home Page:https://shlomiassaf.github.io/ngrid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to persist column settings to LocalStorage, SessionStorage, API Endpoint

kevin192291 opened this issue · comments

commented

Please describe the feature you would like to request.

The title sums it up, I would love the ability to persist the options on the columns such as:
Sort,
Hide,
Search,
Pin

If the user does not currently have access to the internet, check and use LocalStorage
If the user does have access to the internet, Use the API interface

What is the use-case or motivation for this proposal?

Users would like to have this data persist

Is there anything else we should know?

I would be very happy to add this in. I haven't looked at the code yet, but I don't think it would be too difficult if you guys think this would be a wanted addition to the grid :)

commented

Never mind, I just found the plugin :)