Save different views of a table
Save different views of a table
Sabine
Posts: 2Questions: 0Answers: 0
Hello,
I would like to use DataTables in an ASP.net MVC project.
I know that I can save the state of the table in a cookie. My question is, whether it is posible or not to save the state of the table (this means the width of the columns and the choosen columns and their order) at the server.
Our user should be able to save different views of the table and change to this views directly.
Thanks, Sabine
I would like to use DataTables in an ASP.net MVC project.
I know that I can save the state of the table in a cookie. My question is, whether it is posible or not to save the state of the table (this means the width of the columns and the choosen columns and their order) at the server.
Our user should be able to save different views of the table and change to this views directly.
Thanks, Sabine
This discussion has been closed.
Replies
In 1.10 (which is pre-beta if you want to try it) the API does have all the information needed, but you'd need to call a few different methods to get it.
So, yes, possible, no, not trivial!
Allan
Thanks, Sabine