Wiki source code of Team Hope Public Library

Version 124.1 by Don B on 2023/12/09 04:26

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 65.1 6 'staticList1': {},
Don B 33.1 7 'document_report_link': {"filterable":false,"sortable":false,"html":true},
Don B 65.1 8 'Record_Status': {},
Don B 25.1 9 'longText1': {"filterable":false,"sortable":false,"html":true},
Don B 123.1 10 'shortText1': {},
11 'staticList2': {}
Larry Maloney 1.1 12 })
13 #set ($options = {
14 'className': 'Team Hope.Code.Team HopeClass',
15 'translationPrefix': 'team hope.livetable.',
16 'tagCloud': true,
17 'rowCount': 15,
18 'maxPages': 10,
Larry Maloney 56.4 19 'selectedColumn': 'doc.title',
Larry Maloney 1.1 20 'defaultOrder': 'asc'
21 })
Don B 123.1 22 #set ($columns = ['doc.title', 'countylist', 'cpra_description', 'staticList1', 'document_report_link', 'Record_Status', 'longText1', 'shortText1', 'staticList2'])
Larry Maloney 1.1 23 #livetable('team hope' $columns $columnsProperties $options)
24 {{/velocity}}