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

@ -22,7 +22,7 @@ history_table_options = {
"emptyTable": "No data in table"
},
"pagingType": "bootstrap",
"stateSave": false,
"stateSave": true,
"processing": false,
"serverSide": true,
"pageLength": 25,