mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 20:36:15 +02:00
Removed shopping list table fixed order (fixes #2167)
This commit is contained in:
parent
1090f070c9
commit
756133a9eb
|
|
@ -1,6 +1,5 @@
|
||||||
var shoppingListTable = $('#shoppinglist-table').DataTable({
|
var shoppingListTable = $('#shoppinglist-table').DataTable({
|
||||||
'order': [[1, 'asc']],
|
'order': [[1, 'asc']],
|
||||||
"orderFixed": [[3, 'asc']],
|
|
||||||
'columnDefs': [
|
'columnDefs': [
|
||||||
{ 'orderable': false, 'targets': 0 },
|
{ 'orderable': false, 'targets': 0 },
|
||||||
{ 'searchable': false, "targets": 0 },
|
{ 'searchable': false, "targets": 0 },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user