Wiki source code of Team Hope Public Library

Version 57.2 by Larry Maloney on 2023/11/30 21:51

Hide last authors
Larry Maloney 1.1 1 {{velocity}}
2 #set ($columnsProperties = {
Larry Maloney 56.4 3 'doc.title': {"link":"view"},
Don B 33.1 4 'shortText1': {},
Larry Maloney 1.1 5 'countylist': {},
Larry Maloney 10.1 6 'cpra_description': {"filterable":false,"sortable":false,"html":true},
Don B 33.1 7 'document_report_link': {"filterable":false,"sortable":false,"html":true},
Larry Maloney 2.1 8 'shortText2': {},
Don B 25.1 9 'longText1': {"filterable":false,"sortable":false,"html":true},
Don B 54.1 10 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
Larry Maloney 1.1 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,
Larry Maloney 56.4 18 'selectedColumn': 'doc.title',
Larry Maloney 1.1 19 'defaultOrder': 'asc'
20 })
Larry Maloney 56.4 21 #set ($columns = ['doc.title', 'shortText1', 'countylist', 'cpra_description', 'document_report_link', 'shortText2', 'longText1', '_actions'])
Larry Maloney 1.1 22 #livetable('team hope' $columns $columnsProperties $options)
23 {{/velocity}}