From fd5b68d3b8587fc43ef5a1d5bc5bb94c99858cd8 Mon Sep 17 00:00:00 2001 From: Cris Date: Thu, 21 Jan 2021 12:21:31 +0100 Subject: [PATCH] Set persistent layout and persistent sorting to STGL Anrechnungen Signed-off-by: cris-technikum --- .../views/lehre/anrechnung/approveAnrechnungUebersichtData.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/views/lehre/anrechnung/approveAnrechnungUebersichtData.php b/application/views/lehre/anrechnung/approveAnrechnungUebersichtData.php index 33a9ee2d0..9d0e42916 100644 --- a/application/views/lehre/anrechnung/approveAnrechnungUebersichtData.php +++ b/application/views/lehre/anrechnung/approveAnrechnungUebersichtData.php @@ -70,6 +70,8 @@ $filterWidgetArray = array( 'datasetRepOptions' => '{ height: func_height(this), layout: "fitColumns", // fit columns to width of table + persistentLayout:true, + persistentSort:true, autoResize: false, // prevent auto resizing of table (false to allow adapting table size when cols are (de-)activated headerFilterPlaceholder: " ", index: "anrechnung_id", // assign specific column as unique id (important for row indexing)