Wiki source code of Team Hope Public Library

Version 54.2 by Don B on 2023/11/30 04:48

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