Wiki source code of Job Offers

Version 4.2 by Benjamin Fischer on 2025/05/15 17:28

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