mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 15:32:38 -07:00
parent
acef75f10a
commit
c13b1a67f2
14 changed files with 56 additions and 0 deletions
|
@ -7,6 +7,10 @@ sync_table_options = {
|
|||
"order": [ [ 0, 'desc'], [ 1, 'asc'], [2, 'asc'] ],
|
||||
"pageLength": 25,
|
||||
"stateSave": true,
|
||||
"stateSaveParams": function (settings, data) {
|
||||
data.search.search = "";
|
||||
data.start = 0;
|
||||
},
|
||||
"stateDuration": 0,
|
||||
"language": {
|
||||
"search": "Search: ",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue