Änderungen von Dokument Ensembles in Hamburg

Zuletzt geändert von Pia Metzing am 2025/03/25 15:40

Von Version 2.2
bearbeitet von David Rick
am 2024/10/07 12:59
Änderungskommentar: Updated application icon
Auf Version 3.1
bearbeitet von David Rick
am 2024/10/07 13:12
Änderungskommentar: Tabelle aktualisieren

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -1,10 +1,8 @@
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"]}
4 + 'staticList1': {},
5 + 'staticList2': {}
8 8  })
9 9  #set ($options = {
10 10   'className': 'Ensembles in Hamburg.Code.Ensembles in HamburgClass',
... ... @@ -15,6 +15,6 @@
15 15   'selectedColumn': 'doc.title',
16 16   'defaultOrder': 'asc'
17 17  })
18 -#set ($columns = ['doc.title', 'doc.location', 'doc.date', 'doc.author', '_actions'])
16 +#set ($columns = ['doc.title', 'staticList1', 'staticList2'])
19 19  #livetable('ensembles in hamburg' $columns $columnsProperties $options)
20 20  {{/velocity}}
AppWithinMinutes.LiveTableClass[0]
Spalten der Live-Tabelle
... ... @@ -1,1 +1,1 @@
1 -doc.title doc.location doc.date doc.author _actions
1 +doc.title staticList1 staticList2