Wiki source code of Team Hope Public Library

Version 47.1 by Don B on 2023/11/30 03:45

Show last authors
1 {{velocity}}
2 #set ($columnsProperties = {
3 'shortText1': {},
4 'countylist': {},
5 'cpra_description': {"filterable":false,"sortable":false,"html":true},
6 'document_report_link': {"filterable":false,"sortable":false,"html":true},
7 'shortText2': {},
8 'longText1': {"filterable":false,"sortable":false,"html":true},
9 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]},
10 'doc.author': {"link":"author"}
11 })
12 #set ($options = {
13 'className': 'Team Hope.Code.Team HopeClass',
14 'translationPrefix': 'team hope.livetable.',
15 'tagCloud': true,
16 'rowCount': 15,
17 'maxPages': 10,
18 'selectedColumn': 'shortText1',
19 'defaultOrder': 'asc'
20 })
21 #set ($columns = ['shortText1', 'countylist', 'cpra_description', 'document_report_link', 'shortText2', 'longText1', '_actions', 'doc.author'])
22 #livetable('team hope' $columns $columnsProperties $options)
23 {{/velocity}}