Wiki source code of Research Groups

Version 3.2 by Benjamin Fischer on 2025/03/24 13:04

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