Wiki source code of Research Groups

Version 2.3 by admin on 2024/10/23 12:45

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