From 04ac4f55fd913c54f91bcf5bbd61674c04b11915 Mon Sep 17 00:00:00 2001 From: Cris Date: Mon, 30 Sep 2019 14:22:04 +0200 Subject: [PATCH] Removed groupBy option of tabulator This was decided for better usability. --- application/views/lehre/lehrauftrag/approveLehrauftragData.php | 1 - application/views/lehre/lehrauftrag/lehrauftragData.php | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/application/views/lehre/lehrauftrag/approveLehrauftragData.php b/application/views/lehre/lehrauftrag/approveLehrauftragData.php index b3672e9b4..8b35ae235 100644 --- a/application/views/lehre/lehrauftrag/approveLehrauftragData.php +++ b/application/views/lehre/lehrauftrag/approveLehrauftragData.php @@ -254,7 +254,6 @@ $filterWidgetArray = array( layout: "fitColumns", // fit columns to width of table responsiveLayout: "hide", // hide columns that dont fit on the table movableColumns: true, // allows changing column - groupBy: "lektor", // collapsable groups headerFilterPlaceholder: " ", index: "row_index", // assign specific column as unique id (important for row indexing) selectable: true, // allow row selection diff --git a/application/views/lehre/lehrauftrag/lehrauftragData.php b/application/views/lehre/lehrauftrag/lehrauftragData.php index 030ccd7ca..a43ec6b9d 100644 --- a/application/views/lehre/lehrauftrag/lehrauftragData.php +++ b/application/views/lehre/lehrauftrag/lehrauftragData.php @@ -253,8 +253,7 @@ $filterWidgetArray = array( height: 700, layout:"fitColumns", // fit columns to width of table responsiveLayout:"hide", // hide columns that dont fit on the table - movableColumns: true, // allows changing column - groupBy: "lektor", // collapsable groups + movableColumns: true, // allows changing column headerFilterPlaceholder: " ", index: "row_index", // assign specific column as unique id (important for row indexing) selectable: true, // allows row selection