ekondur / DatatableJS

Jquery datatable with entity framework using MVC html helper
MIT License
36 stars 15 forks source link

Supporting StateSave #103

Closed ekondur closed 1 year ago

ekondur commented 1 year ago

Enable or disable state saving. DataTables stores state information such as pagination position, display length, filtering and sorting. When this initialisation option is active and the end user reloads the page the table's state will be altered to match what they had previously set up.

https://datatables.net/reference/option/stateSave

ekondur commented 1 year ago

It is done with #102