Changes for page Team Hope Public Library

Last modified by Don B on 2025/12/11 23:51

From version 125.1
edited by Don B
on 2023/12/09 04:33
Change comment: Update LiveTable
To version 124.1
edited by Don B
on 2023/12/09 04:26
Change comment: Update LiveTable

Summary

Details

Page properties
Content
... ... @@ -7,6 +7,7 @@
7 7   'document_report_link': {"filterable":false,"sortable":false,"html":true},
8 8   'Record_Status': {},
9 9   'longText1': {"filterable":false,"sortable":false,"html":true},
10 + 'shortText1': {},
10 10   'staticList2': {}
11 11  })
12 12  #set ($options = {
... ... @@ -18,6 +18,6 @@
18 18   'selectedColumn': 'doc.title',
19 19   'defaultOrder': 'asc'
20 20  })
21 -#set ($columns = ['doc.title', 'countylist', 'cpra_description', 'staticList1', 'document_report_link', 'Record_Status', 'longText1', 'staticList2'])
22 +#set ($columns = ['doc.title', 'countylist', 'cpra_description', 'staticList1', 'document_report_link', 'Record_Status', 'longText1', 'shortText1', 'staticList2'])
22 22  #livetable('team hope' $columns $columnsProperties $options)
23 23  {{/velocity}}
AppWithinMinutes.LiveTableClass[0]
Live Table Columns
... ... @@ -1,1 +1,1 @@
1 -doc.title countylist cpra_description staticList1 document_report_link Record_Status longText1 staticList2
1 +doc.title countylist cpra_description staticList1 document_report_link Record_Status longText1 shortText1 staticList2