Wiki source code of Team Hope Public Library

Version 25.1 by Don B on 2023/11/29 15:49

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