mirror of
https://github.com/grocy/grocy.git
synced 2025-08-28 09:01:14 +00:00
Added missing DataTables option (fixes #2494)
This commit is contained in:
@@ -8,6 +8,7 @@ $.extend(true, $.fn.dataTable.defaults, {
|
||||
'scrollX': true,
|
||||
'colReorder': true,
|
||||
'stateSave': true,
|
||||
'stateDuration': 0,
|
||||
'stateSaveParams': function(settings, data)
|
||||
{
|
||||
data.search.search = "";
|
||||
|
Reference in New Issue
Block a user