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

@ -4,7 +4,7 @@ sync_table_options = {
"pagingType": "bootstrap",
"order": [ [ 0, 'desc'], [ 1, 'asc'], [2, 'asc'] ],
"pageLength": 25,
"stateSave": false,
"stateSave": true,
"language": {
"search":"Search: ",
"lengthMenu":"Show _MENU_ lines per page",