mirror of
https://github.com/grocy/grocy.git
synced 2025-08-15 10:14:39 +00:00
Don't save filters across page reloads for all data tables (fixes #52)
This commit is contained in:
@@ -7,7 +7,11 @@
|
||||
'language': JSON.parse(L('datatables_localization')),
|
||||
'scrollY': false,
|
||||
'colReorder': true,
|
||||
'stateSave': true
|
||||
'stateSave': true,
|
||||
'stateSaveParams': function(settings, data)
|
||||
{
|
||||
data.search.search = "";
|
||||
}
|
||||
});
|
||||
|
||||
$("#search").on("keyup", function()
|
||||
|
Reference in New Issue
Block a user