Wiki source code of Research Groups

Version 2.2 by Benjamin Fischer on 2024/10/18 14:28

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