CC-2990: Library: Remember search string
Fixed by telling datatable to save the states
This commit is contained in:
parent
963976b87e
commit
a363a53166
1 changed files with 2 additions and 1 deletions
|
@ -323,7 +323,8 @@ function createDataTable(data) {
|
|||
"oLanguage": {
|
||||
"sSearch": ""
|
||||
},
|
||||
"iDisplayLength": getNumEntriesPreference(data)
|
||||
"iDisplayLength": getNumEntriesPreference(data),
|
||||
"bStateSave": true
|
||||
});
|
||||
dTable.fnSetFilteringDelay(350);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue