mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 21:21:15 -07:00
Disable datatables caching
This commit is contained in:
parent
55eb79cb52
commit
bee543a25a
7 changed files with 7 additions and 7 deletions
|
@ -16,7 +16,7 @@ users_list_table_options = {
|
|||
"pageLength": 10,
|
||||
"order": [ 2, 'asc'],
|
||||
"autoWidth": true,
|
||||
"stateSave": true,
|
||||
"stateSave": false,
|
||||
"pagingType": "bootstrap",
|
||||
"columnDefs": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue