mirror of
https://github.com/grocy/grocy.git
synced 2025-08-18 03:25:50 +00:00
Don't save filters across page reloads for all data tables (fixes #52)
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
'scrollY': false,
|
||||
'colReorder': true,
|
||||
'stateSave': true,
|
||||
'stateSaveParams': function(settings, data)
|
||||
{
|
||||
data.search.search = "";
|
||||
},
|
||||
'select': 'single',
|
||||
'initComplete': function()
|
||||
{
|
||||
|
Reference in New Issue
Block a user