Wiki source code of Research Groups

Version 3.4 by Benjamin Fischer on 2025/03/24 14:42

Hide last authors
Benjamin Fischer 1.1 1 {{velocity}}
2 #set ($columnsProperties = {
Benjamin Fischer 3.3 3 'doc.location': {"displayName": "Title", "html": true},
Benjamin Fischer 2.1 4 'doc.title': {"link":"view"},
Benjamin Fischer 1.1 5 'affiliation': {"filterable":false,"sortable":false,"html":true},
6 'URL': {},
admin 2.3 7 'content': {"filterable":false,"sortable":false,"html":true},
Benjamin Fischer 3.1 8 'coop': {},
Benjamin Fischer 1.1 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,
Benjamin Fischer 2.1 17 'selectedColumn': 'doc.title',
Benjamin Fischer 1.1 18 'defaultOrder': 'asc'
19 })
Benjamin Fischer 3.4 20 #set ($columns = ['doc.location', '_actions'])
Benjamin Fischer 1.1 21 #livetable('research groups' $columns $columnsProperties $options)
22 {{/velocity}}