Removed shopping list table fixed order (fixes #2167)

This commit is contained in:
Bernd Bestel 2023-03-16 18:52:41 +01:00
parent 1090f070c9
commit 756133a9eb
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

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