Wiki source code of Team Hope Public Library
Version 106.3 by Larry Maloney on 2023/12/04 17:05
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity}} | ||
| 2 | #set ($columnsProperties = { | ||
| 3 | 'doc.title': {"link":"view"}, | ||
| 4 | 'countylist': {}, | ||
| 5 | 'cpra_description': {"filterable":false,"sortable":false,"html":true}, | ||
| 6 | 'staticList1': {}, | ||
| 7 | 'document_report_link': {"filterable":false,"sortable":false,"html":true}, | ||
| 8 | 'Record_Status': {}, | ||
| 9 | 'longText1': {"filterable":false,"sortable":false,"html":true}, | ||
| 10 | '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} | ||
| 11 | }) | ||
| 12 | #set ($options = { | ||
| 13 | 'className': 'Team Hope.Code.Team HopeClass', | ||
| 14 | 'translationPrefix': 'team hope.livetable.', | ||
| 15 | 'tagCloud': true, | ||
| 16 | 'rowCount': 15, | ||
| 17 | 'maxPages': 10, | ||
| 18 | 'selectedColumn': 'doc.title', | ||
| 19 | 'defaultOrder': 'asc' | ||
| 20 | }) | ||
| 21 | #set ($columns = ['doc.title', 'countylist', 'cpra_description', 'staticList1', 'document_report_link', 'Record_Status', 'longText1', '_actions']) | ||
| 22 | #livetable('team hope' $columns $columnsProperties $options) | ||
| 23 | {{/velocity}} |