Wiki source code of Research Groups

Last modified by Benjamin Fischer on 2025/03/24 14:42

Show last authors
1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.location': {"displayName": "Title", "html": true},
4 'doc.title': {"link":"view"},
5 'affiliation': {"filterable":false,"sortable":false,"html":true},
6 'URL': {},
7 'content': {"filterable":false,"sortable":false,"html":true},
8 'coop': {},
9 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
10 })
11 #set ($options = {
12 'className': 'Research Groups.Code.Research GroupsClass',
13 'translationPrefix': 'research groups.livetable.',
14 'tagCloud': true,
15 'rowCount': 15,
16 'maxPages': 10,
17 'selectedColumn': 'doc.title',
18 'defaultOrder': 'asc'
19 })
20 #set ($columns = ['doc.location', 'coop', '_actions'])
21 #livetable('research groups' $columns $columnsProperties $options)
22 {{/velocity}}