Disable datatables caching

This commit is contained in:
JonnyWong16 2016-01-24 23:09:57 -08:00
parent 55eb79cb52
commit bee543a25a
7 changed files with 7 additions and 7 deletions

View file

@ -8,7 +8,7 @@ user_ip_table_options = {
"infoFiltered":"(filtered from _MAX_ total entries)",
"emptyTable": "No data in table",
},
"stateSave": true,
"stateSave": false,
"pagingType": "bootstrap",
"processing": false,
"serverSide": true,