mirror of
https://github.com/grocy/grocy.git
synced 2025-08-16 18:54:35 +00:00
Also don't remember column searches for all data tables (this now closes #60)
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
'stateSaveParams': function(settings, data)
|
||||
{
|
||||
data.search.search = "";
|
||||
|
||||
data.columns.forEach(column =>
|
||||
{
|
||||
column.search.search = "";
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user