Wiki source code of Student Perks

Last modified by Nawan Pangestu on 2026/01/09 23:55

Show last authors
1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.title': {"link":"view"},
4 'url': {},
5 'studentEmailAddress': {},
6 'needDocument': {}
7 })
8 #set ($options = {
9 'className': 'Student Perks.Code.Student PerksClass',
10 'translationPrefix': 'student perks.livetable.',
11 'tagCloud': true,
12 'rowCount': 15,
13 'maxPages': 10,
14 'selectedColumn': 'doc.title',
15 'defaultOrder': 'asc'
16 })
17 #set ($columns = ['doc.title', 'url', 'studentEmailAddress', 'needDocument'])
18 #livetable('student perks' $columns $columnsProperties $options)
19 {{/velocity}}