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