Give tables unique ids to save state indivdually

This commit is contained in:
JonnyWong16 2016-02-27 13:39:21 -08:00
commit 464d2a541d
4 changed files with 32 additions and 32 deletions

View file

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