Added missing DataTables option (fixes #2494)

This commit is contained in:
Bernd Bestel
2024-03-13 22:05:05 +01:00
parent 9c123bd92a
commit affa7c41a1
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ $.extend(true, $.fn.dataTable.defaults, {
'scrollX': true,
'colReorder': true,
'stateSave': true,
'stateDuration': 0,
'stateSaveParams': function(settings, data)
{
data.search.search = "";