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.
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.
Replies
Allan