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

From version 63.1
edited by Larry Maloney
on 2023/12/01 00:17
Change comment: Update LiveTable
To version 65.2
edited by Don B
on 2023/12/01 02:13
Change comment: Updated application icon

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.lpm
1 +XWiki.donb
Content
... ... @@ -3,8 +3,9 @@
3 3   'doc.title': {"link":"view"},
4 4   'countylist': {},
5 5   'cpra_description': {"filterable":false,"sortable":false,"html":true},
6 + 'staticList1': {},
6 6   'document_report_link': {"filterable":false,"sortable":false,"html":true},
7 - 'shortText2': {},
8 + 'Record_Status': {},
8 8   'longText1': {"filterable":false,"sortable":false,"html":true},
9 9   '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
10 10  })
... ... @@ -17,6 +17,6 @@
17 17   'selectedColumn': 'doc.title',
18 18   'defaultOrder': 'asc'
19 19  })
20 -#set ($columns = ['doc.title', 'countylist', 'cpra_description', 'document_report_link', 'shortText2', 'longText1', '_actions'])
21 +#set ($columns = ['doc.title', 'countylist', 'cpra_description', 'staticList1', 'document_report_link', 'Record_Status', 'longText1', '_actions'])
21 21  #livetable('team hope' $columns $columnsProperties $options)
22 22  {{/velocity}}
AppWithinMinutes.LiveTableClass[0]
Live Table Columns
... ... @@ -1,1 +1,1 @@
1 -doc.title countylist cpra_description document_report_link shortText2 longText1 _actions
1 +doc.title countylist cpra_description staticList1 document_report_link Record_Status longText1 _actions