From 07f784704f562223ee66ee3da1544c5f67bdab2c Mon Sep 17 00:00:00 2001 From: Christoph Krey Date: Mon, 19 Jun 2023 03:03:51 -0500 Subject: [PATCH] [FIX] Table of Locations sorting issue closes #415 --- docroot/table/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docroot/table/index.html b/docroot/table/index.html index 49abfe7..a47c579 100644 --- a/docroot/table/index.html +++ b/docroot/table/index.html @@ -140,7 +140,10 @@ title: config.column_titles.fulldate, visible: true, data: null, - render: 'fulldate', + render: { + _: 'fulldate', + sort: 'tst', + }, targets : [2], }, {