Buttons: state saving
Buttons: state saving
I am going to implement the new Buttons column visibility in our datatable implementations
however I am faced with an issue: I have a table with 30+ columns, and am trying to figure out how to implement some kind of state saving, similar to the current state saving datatables will do for pagination/sorting, so that my users can select the columns they wish to see, and have this stored in local storage so they dont have to do it each time
has there been any work towards this or anyone with similar requirements?
Replies
It should just work automatically. I don't have an example of that online at the moment, but I've just committed one which will be deployed to the site soon.
Allan