CC-2990: Library: Remember search string

Fixed by telling datatable to save the states
This commit is contained in:
Yuchen Wang 2011-11-07 15:07:56 -05:00
parent 963976b87e
commit a363a53166

View file

@ -323,7 +323,8 @@ function createDataTable(data) {
"oLanguage": { "oLanguage": {
"sSearch": "" "sSearch": ""
}, },
"iDisplayLength": getNumEntriesPreference(data) "iDisplayLength": getNumEntriesPreference(data),
"bStateSave": true
}); });
dTable.fnSetFilteringDelay(350); dTable.fnSetFilteringDelay(350);