Wiki source code of Job Offers

Version 5.1 by Benjamin Fischer on 2025/06/16 10:08

Show last authors
1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.title': {"link":"view"},
4 'link': {},
5 'doc.location': {"html":true},
6 'valid': {"html":true},
7 'topicGroup': {},
8 'doc.date': {},
9 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
10 })
11 #set ($options = {
12 'className': 'Job Offers.Code.Job OffersClass',
13 'translationPrefix': 'job offers.livetable.',
14 'tagCloud': true,
15 'rowCount': 15,
16 'maxPages': 10,
17 'selectedColumn': 'doc.title',
18 'defaultOrder': 'asc'
19 })
20 #set ($columns = ['doc.title', 'link', 'doc.location', 'valid', 'topicGroup', 'doc.date', '_actions'])
21 #livetable('job offers' $columns $columnsProperties $options)
22 {{/velocity}}