forked from mirror/Part-DB.Part-DB-server
Persist column visibility and ordering across requests and different parts tables.
This commit is contained in:
parent
4020aab049
commit
82a6ab1d4a
3 changed files with 33 additions and 43 deletions
|
@ -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"]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue