Zuletzt geändert von Andreas Gothsch am 2024/09/27 09:59

Von Version 6.1
bearbeitet von David Rick
am 2024/09/10 14:15
Änderungskommentar: Tabelle aktualisieren
Auf Version 4.2
bearbeitet von David Rick
am 2024/09/10 14:13
Änderungskommentar: Updated application icon

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -1,9 +1,10 @@
1 1  {{velocity}}
2 2  #set ($columnsProperties = {
3 3   'doc.title': {"link":"view"},
4 - 'shortText4': {},
5 - 'shortText3': {},
4 + 'shortText1': {},
6 6   'shortText2': {},
6 + 'shortText3': {},
7 + 'shortText4': {},
7 7   'longText1': {"filterable":false,"sortable":false,"html":true},
8 8   'longText2': {"filterable":false,"sortable":false,"html":true}
9 9  })
... ... @@ -16,6 +16,6 @@
16 16   'selectedColumn': 'doc.title',
17 17   'defaultOrder': 'asc'
18 18  })
19 -#set ($columns = ['doc.title', 'shortText4', 'shortText3', 'shortText2', 'longText1', 'longText2'])
20 +#set ($columns = ['doc.title', 'shortText1', 'shortText2', 'shortText3', 'shortText4', 'longText1', 'longText2'])
20 20  #livetable('orte für ensemblereisen & probewochenenden' $columns $columnsProperties $options)
21 21  {{/velocity}}
AppWithinMinutes.LiveTableClass[0]
Spalten der Live-Tabelle
... ... @@ -1,1 +1,1 @@
1 -doc.title shortText4 shortText3 shortText2 longText1 longText2
1 +doc.title shortText1 shortText2 shortText3 shortText4 longText1 longText2