From dcaf4b26cb8a27492d61d4098060e91ca4461419 Mon Sep 17 00:00:00 2001 From: Cris Date: Fri, 11 Oct 2019 14:32:17 +0200 Subject: [PATCH] Major addition of tabulator functionality methods / Enhanced code . MOVED out function from datasetRepFieldDefs to javascript for better maintainance . Added status column and status icons with tooltips . Added status buttons to filter status rapidly . GroupBy Lehrveranstaltung: rows are grouped by LV, formatted . Added calculation per group AND total . Rows formatting enhanced and bootstrapped . Fixed selection of data . day of date now with 2 digits --- .../lehre/lehrauftrag/orderLehrauftrag.php | 268 +++++++++++++++++- .../lehrauftrag/orderLehrauftragData.php | 59 ++-- 2 files changed, 286 insertions(+), 41 deletions(-) diff --git a/application/views/lehre/lehrauftrag/orderLehrauftrag.php b/application/views/lehre/lehrauftrag/orderLehrauftrag.php index 07332dead..6ff387856 100644 --- a/application/views/lehre/lehrauftrag/orderLehrauftrag.php +++ b/application/views/lehre/lehrauftrag/orderLehrauftrag.php @@ -85,8 +85,11 @@ $this->load->view( - - + + + + + @@ -97,6 +100,9 @@ $this->load->view(