mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 16:22:57 -07:00
parent
acef75f10a
commit
c13b1a67f2
14 changed files with 56 additions and 0 deletions
|
@ -34,6 +34,10 @@ users_list_table_options = {
|
|||
"pageLength": 25,
|
||||
"order": [ 2, 'asc'],
|
||||
"stateSave": true,
|
||||
"stateSaveParams": function (settings, data) {
|
||||
data.search.search = "";
|
||||
data.start = 0;
|
||||
},
|
||||
"stateDuration": 0,
|
||||
"pagingType": "full_numbers",
|
||||
"autoWidth": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue