Persist column visibility and ordering across requests and different parts tables.

This commit is contained in:
Jan Böhmer 2022-09-09 00:41:35 +02:00
parent 4020aab049
commit 82a6ab1d4a
3 changed files with 33 additions and 43 deletions

View file

@ -3,6 +3,9 @@ datatables:
language_from_cdn: false
# Set to none, as we override the bundle mechanism with our own custom one
persist_state: none
# Set options, as documented at https://datatables.net/reference/option/
options:
lengthMenu : [[10, 25, 50, 100, -1], [10, 25, 50, 100, "All"]]