mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 21:21:15 -07:00
Set datatables save state duration to indefinitely
This commit is contained in:
parent
54ec9ad7da
commit
4ef36a464a
11 changed files with 11 additions and 0 deletions
|
@ -7,6 +7,7 @@ sync_table_options = {
|
|||
"order": [ [ 0, 'desc'], [ 1, 'asc'], [2, 'asc'] ],
|
||||
"pageLength": 25,
|
||||
"stateSave": true,
|
||||
"stateDuration": 0,
|
||||
"language": {
|
||||
"search": "Search: ",
|
||||
"lengthMenu": "Show _MENU_ lines per page",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue