Saving the State over entire website

Saving the State over entire website

BayerBayer Posts: 1Questions: 0Answers: 0
edited March 2013 in General
Hello,
on my website i have four pages with data Tables.
How can i set that when a user choose for example 100 rows per page, that all four dataTables are set Paginate to 100?
"bStateSave": true works only for the one table.

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    You'd need to modify DataTables as it intentionally keeps settings limited to a single table. For example if one table had 5 columns and another had 4, but the user sorted on the 5th column, it would break. So yes, possible to do, but not without a small modification in the code to ignore the path.

    Allan
This discussion has been closed.