Revert datatables save state to true

This commit is contained in:
JonnyWong16 2016-02-26 21:57:22 -08:00
parent 4100917016
commit d7ab066ff8
8 changed files with 8 additions and 8 deletions

View file

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