Wiki source code of Team Hope Public Library

Version 62.2 by Larry Maloney on 2023/12/01 00:17

Hide last authors
Larry Maloney 1.1 1 {{velocity}}
2 #set ($columnsProperties = {
Larry Maloney 56.4 3 'doc.title': {"link":"view"},
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,
Larry Maloney 56.4 17 'selectedColumn': 'doc.title',
Larry Maloney 1.1 18 'defaultOrder': 'asc'
19 })
Larry Maloney 61.1 20 #set ($columns = ['doc.title', 'countylist', 'cpra_description', 'document_report_link', 'shortText2', 'longText1', '_actions'])
Larry Maloney 1.1 21 #livetable('team hope' $columns $columnsProperties $options)
22 {{/velocity}}