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

Von Version 8.1
bearbeitet von David Rick
am 2024/09/10 14:18
Änderungskommentar: Tabelle aktualisieren
Auf Version 6.2
bearbeitet von David Rick
am 2024/09/10 14:15
Änderungskommentar: Updated application icon

Zusammenfassung

Details

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