Last modified by Larry Maloney on 2023/12/04 17:43

From version 64.1
edited by Larry Maloney
on 2023/12/01 00:32
Change comment: Update LiveTable
To version 63.2
edited by Larry Maloney
on 2023/12/01 00:17
Change comment: Updated application icon

Summary

Details

Page properties
Content
... ... @@ -5,7 +5,6 @@
5 5   'cpra_description': {"filterable":false,"sortable":false,"html":true},
6 6   'document_report_link': {"filterable":false,"sortable":false,"html":true},
7 7   'shortText2': {},
8 - 'status_list': {},
9 9   'longText1': {"filterable":false,"sortable":false,"html":true},
10 10   '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
11 11  })
... ... @@ -18,6 +18,6 @@
18 18   'selectedColumn': 'doc.title',
19 19   'defaultOrder': 'asc'
20 20  })
21 -#set ($columns = ['doc.title', 'countylist', 'cpra_description', 'document_report_link', 'shortText2', 'status_list', 'longText1', '_actions'])
20 +#set ($columns = ['doc.title', 'countylist', 'cpra_description', 'document_report_link', 'shortText2', 'longText1', '_actions'])
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 document_report_link shortText2 status_list longText1 _actions
1 +doc.title countylist cpra_description document_report_link shortText2 longText1 _actions