From 756133a9eb4672df26b38d62b4b359fe25f9fe04 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Thu, 16 Mar 2023 18:52:41 +0100 Subject: [PATCH] Removed shopping list table fixed order (fixes #2167) --- public/viewjs/shoppinglist.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/viewjs/shoppinglist.js b/public/viewjs/shoppinglist.js index 7cfb08ee..25294200 100644 --- a/public/viewjs/shoppinglist.js +++ b/public/viewjs/shoppinglist.js @@ -1,6 +1,5 @@ var shoppingListTable = $('#shoppinglist-table').DataTable({ 'order': [[1, 'asc']], - "orderFixed": [[3, 'asc']], 'columnDefs': [ { 'orderable': false, 'targets': 0 }, { 'searchable': false, "targets": 0 },