Wiki source code of Research Groups
Version 3.3 by Benjamin Fischer on 2025/03/24 14:41
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
2 | #set ($columnsProperties = { | ||
![]() |
3.3 | 3 | 'doc.location': {"displayName": "Title", "html": true}, |
![]() |
2.1 | 4 | 'doc.title': {"link":"view"}, |
![]() |
1.1 | 5 | 'affiliation': {"filterable":false,"sortable":false,"html":true}, |
6 | 'URL': {}, | ||
![]() |
2.3 | 7 | 'content': {"filterable":false,"sortable":false,"html":true}, |
![]() |
3.1 | 8 | 'coop': {}, |
![]() |
1.1 | 9 | '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} |
10 | }) | ||
11 | #set ($options = { | ||
12 | 'className': 'Research Groups.Code.Research GroupsClass', | ||
13 | 'translationPrefix': 'research groups.livetable.', | ||
14 | 'tagCloud': true, | ||
15 | 'rowCount': 15, | ||
16 | 'maxPages': 10, | ||
![]() |
2.1 | 17 | 'selectedColumn': 'doc.title', |
![]() |
1.1 | 18 | 'defaultOrder': 'asc' |
19 | }) | ||
![]() |
3.3 | 20 | #set ($columns = ['doc.location', 'doc.title', 'affiliation', 'URL', 'content', 'coop', '_actions']) |
![]() |
1.1 | 21 | #livetable('research groups' $columns $columnsProperties $options) |
22 | {{/velocity}} |