Änderungen von Dokument Instrumentallehrkräfte

Zuletzt geändert von Pia Metzing am 2026/04/24 10:46

Von Version 1.2
bearbeitet von Pia Metzing
am 2026/04/24 10:39
Änderungskommentar: Updated application icon
Auf Version 2.1
bearbeitet von Pia Metzing
am 2026/04/24 10:40
Änderungskommentar: Tabelle aktualisieren

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -1,11 +1,6 @@
1 1  {{velocity}}
2 2  #set ($columnsProperties = {
3 3   'doc.title': {"link":"view"},
4 - 'doc.location': {"html":true},
5 - 'doc.date': {},
6 - 'doc.author': {"link":"author"},
7 - '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]},
8 - 'shortText1': {},
9 9   'shortText4': {},
10 10   'staticList1': {}
11 11  })
... ... @@ -18,6 +18,6 @@
18 18   'selectedColumn': 'doc.title',
19 19   'defaultOrder': 'asc'
20 20  })
21 -#set ($columns = ['doc.title', 'doc.location', 'doc.date', 'doc.author', '_actions', 'shortText1', 'shortText4', 'staticList1'])
16 +#set ($columns = ['doc.title', 'shortText4', 'staticList1'])
22 22  #livetable('instrumentallehrkräfte' $columns $columnsProperties $options)
23 23  {{/velocity}}
AppWithinMinutes.LiveTableClass[0]
Spalten der Live-Tabelle
... ... @@ -1,1 +1,1 @@
1 -doc.title doc.location doc.date doc.author _actions shortText1 shortText4 staticList1
1 +doc.title shortText4 staticList1