Optimized DataTables fixedOrder handling (fixes #2235)

This commit is contained in:
Bernd Bestel
2023-05-17 22:44:42 +02:00
parent 778cf847d3
commit 631f03e62c
2 changed files with 10 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
var shoppingListTable = $('#shoppinglist-table').DataTable({
'order': [[1, 'asc']],
"orderFixed": [[3, 'asc']],
'columnDefs': [
{ 'orderable': false, 'targets': 0 },
{ 'searchable': false, "targets": 0 },