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

@ -16,7 +16,7 @@ libraries_list_table_options = {
"pageLength": 10,
"order": [ 2, 'asc'],
"autoWidth": true,
"stateSave": false,
"stateSave": true,
"pagingType": "bootstrap",
"columnDefs": [
{