Wiki source code of Team Hope Public Library

Version 30.2 by Larry Maloney on 2023/11/29 18:09

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