From d9cdeb977335b503d5af346885cf70d3ed0941e8 Mon Sep 17 00:00:00 2001 From: ma0048 Date: Tue, 2 Dec 2025 08:42:04 +0100 Subject: [PATCH] scroll verhalten angepasst --- .../js/components/LVVerwaltung/Setup/Table.js | 90 ++++++++++--------- 1 file changed, 47 insertions(+), 43 deletions(-) diff --git a/public/js/components/LVVerwaltung/Setup/Table.js b/public/js/components/LVVerwaltung/Setup/Table.js index 830cfc9ea..db1053875 100644 --- a/public/js/components/LVVerwaltung/Setup/Table.js +++ b/public/js/components/LVVerwaltung/Setup/Table.js @@ -138,7 +138,8 @@ export default { headerFilterFunc: extendedHeaderFilter, }, layout: 'fitDataStretch', - persistenceID: 'lehrveranstaltungen_2025_07_31_v1', + height: '100%', + persistenceID: 'lehrveranstaltungen_2025_12_02_v1', selectableRowsRangeMode: 'click', selectableRows: true, rowContextMenu: (component, e) => { @@ -669,47 +670,50 @@ export default { }, }, template: ` - - - - - - - - - - - - - +
+
+ + + + + +
+ + + + + + + +
` }; \ No newline at end of file