Wiki source code of Team Hope Public Library

Version 31.1 by Don B on 2023/11/30 01:57

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