mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 05:31:15 -07:00
Disable datatables caching
This commit is contained in:
parent
55eb79cb52
commit
bee543a25a
7 changed files with 7 additions and 7 deletions
|
@ -22,7 +22,7 @@ history_table_options = {
|
|||
"emptyTable": "No data in table"
|
||||
},
|
||||
"pagingType": "bootstrap",
|
||||
"stateSave": true,
|
||||
"stateSave": false,
|
||||
"processing": false,
|
||||
"serverSide": true,
|
||||
"pageLength": 25,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue