Fixed DataTables earch / don't search the first column with buttons/menus (fixes #440)

This commit is contained in:
Bernd Bestel
2020-01-03 14:18:56 +01:00
parent 6345e69922
commit e515f21d3b
25 changed files with 45 additions and 19 deletions

View File

@@ -2,6 +2,7 @@
'order': [[2, 'desc']],
'columnDefs': [
{ 'orderable': false, 'targets': 0 },
{ 'searchable': false, "targets": 0 },
{ 'visible': false, 'targets': 3 }
],
'rowGroup': {