Wiki source code of Research Groups
Version 3.2 by Benjamin Fischer on 2025/03/24 13:04
Show last authors
author | version | line-number | content |
---|---|---|---|
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 | 'coop': {}, | ||
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, | ||
16 | 'selectedColumn': 'doc.title', | ||
17 | 'defaultOrder': 'asc' | ||
18 | }) | ||
19 | #set ($columns = ['doc.title', 'affiliation', 'URL', 'content', 'coop', '_actions']) | ||
20 | #livetable('research groups' $columns $columnsProperties $options) | ||
21 | {{/velocity}} |