Wiki source code of Research Groups

Version 1.1 by Benjamin Fischer on 2024/10/18 14:09

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