From c19d85bfe0ac2f1c1f945b274fd17c92cb9c791f Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Tue, 28 Oct 2025 10:58:57 +0100 Subject: [PATCH] Tweaked datatable a bit --- application/views/stationsetup/locationlist.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/views/stationsetup/locationlist.php b/application/views/stationsetup/locationlist.php index 2179caced..cd391c6c0 100644 --- a/application/views/stationsetup/locationlist.php +++ b/application/views/stationsetup/locationlist.php @@ -1,4 +1,4 @@ -

+

@@ -88,8 +88,8 @@ $('.table').DataTable({ "pageLength": 25, responsive: false, - ordering: false, - "scrollY": "400px", + ordering: true, + "scrollY": window.innerHeight - 250, "scrollCollapse": true, "paging": false, "scrollX": true,