Änderungen von Dokument Glossar

Zuletzt geändert von Merle Hollmann am 2024/09/16 16:20

Von Version 2.1
bearbeitet von Pia Metzing
am 2024/08/20 14:57
Änderungskommentar: Tabelle aktualisieren
Auf Version 1.2
bearbeitet von Pia Metzing
am 2024/08/20 14:56
Änderungskommentar: Updated application icon

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -1,6 +1,10 @@
1 1  {{velocity}}
2 2  #set ($columnsProperties = {
3 - 'doc.title': {"link":"view"}
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 4  })
5 5  #set ($options = {
6 6   'className': 'Glossar.Code.GlossarClass',
... ... @@ -11,6 +11,6 @@
11 11   'selectedColumn': 'doc.title',
12 12   'defaultOrder': 'asc'
13 13  })
14 -#set ($columns = ['doc.title'])
18 +#set ($columns = ['doc.title', 'doc.location', 'doc.date', 'doc.author', '_actions'])
15 15  #livetable('glossar' $columns $columnsProperties $options)
16 16  {{/velocity}}
AppWithinMinutes.LiveTableClass[0]
Spalten der Live-Tabelle
... ... @@ -1,1 +1,1 @@
1 -doc.title
1 +doc.title doc.location doc.date doc.author _actions