mirror of
https://github.com/grocy/grocy.git
synced 2025-12-01 02:31:57 +00:00
Fixed DataTables earch / don't search the first column with buttons/menus (fixes #440)
This commit is contained in:
@@ -354,6 +354,7 @@ var quConversionsTable = $('#qu-conversions-table').DataTable({
|
||||
"orderFixed": [[3, 'asc']],
|
||||
'columnDefs': [
|
||||
{ 'orderable': false, 'targets': 0 },
|
||||
{ 'searchable': false, "targets": 0 },
|
||||
{ 'visible': false, 'targets': 3 }
|
||||
],
|
||||
'rowGroup': {
|
||||
|
||||
Reference in New Issue
Block a user