From 1c510a6044150d6d026b1958e6a51a904b3ea587 Mon Sep 17 00:00:00 2001 From: gw3000 Date: Mon, 31 Jul 2023 16:52:27 +0200 Subject: [PATCH] default order costs desc --- app/costs/templates/costs/costs_all.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/costs/templates/costs/costs_all.html b/app/costs/templates/costs/costs_all.html index cdd016e..4cd1085 100644 --- a/app/costs/templates/costs/costs_all.html +++ b/app/costs/templates/costs/costs_all.html @@ -27,6 +27,7 @@ paging: false, info: false, responsive: true, + order: [[2, 'desc']], columnDefs: [ { responsivePriority: 1, targets: 0 }, ]