Looking for an example of a user default column view, and the ability for the user to change views
Looking for an example of a user default column view, and the ability for the user to change views
Hello all,
I am looking for an datatable example of a user default column view, and the ability for the user to change views. Can this be done, the ability for the user to have a default view of their datatable, and change the default view showing only the columns they want?
Thanks for your help on this,
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Are these column visibility examples what you are looking for?
Kevin
Thanks Kevin, well I already have that, but I don't have a way necessarily so that a user can change their default view of which columns they want to see.
You can use
stateSave. Or if you want to give the user more control over which view they save and restore use the StateRestore extension.Kevin
Thank you!