From 0ff0c0d55e8975864770245bd55190adcdd5dc6b Mon Sep 17 00:00:00 2001 From: Leopold Strobl Date: Thu, 9 Oct 2025 20:42:19 +0200 Subject: [PATCH] Endlos Scrollen der Listen implementiert (falls notwendig) --- PackAufgabenMonitor.php | 213 ++++++++++++++++++++++++++++++++-------- 1 file changed, 170 insertions(+), 43 deletions(-) diff --git a/PackAufgabenMonitor.php b/PackAufgabenMonitor.php index 15bb296..2f00a77 100644 --- a/PackAufgabenMonitor.php +++ b/PackAufgabenMonitor.php @@ -22,53 +22,181 @@ $Epi = new Epirent(); - - - - - $(document).ready(function () { - sizeScrollContainers(); - $(window).on('resize', sizeScrollContainers); - // Initial laden + Auto-Refresh, jeweils eigener Scroller - smartLoad($('#checkout-scroll'), $('#getCheckOutTableHolder'), 'sources/getCheckOutTable.php', 5000); - smartLoad($('#checkin-scroll'), $('#getCheckInTableHolder'), 'sources/getCheckInTable.php', 5000); - smartLoad($('#aufgaben-scroll'), $('#AufgabenTableHolder'), 'sources/getAufgabenTable.php', 30000); - }); - - +
@@ -218,7 +346,6 @@ if (UsePackingNoteDateForCheckin) { -