mirror of
https://github.com/grocy/grocy.git
synced 2025-08-19 11:48:55 +00:00
Optimized DataTables fixedOrder handling (fixes #2235)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
var shoppingListTable = $('#shoppinglist-table').DataTable({
|
||||
'order': [[1, 'asc']],
|
||||
"orderFixed": [[3, 'asc']],
|
||||
'columnDefs': [
|
||||
{ 'orderable': false, 'targets': 0 },
|
||||
{ 'searchable': false, "targets": 0 },
|
||||
|
Reference in New Issue
Block a user