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

From version 9.1
edited by Larry Maloney
on 2023/11/28 21:16
Change comment: Update LiveTable
To version 1.2
edited by Larry Maloney
on 2023/11/28 19:20
Change comment: Updated application icon

Summary

Details

Page properties
Content
... ... @@ -1,12 +1,12 @@
1 1  {{velocity}}
2 2  #set ($columnsProperties = {
3 - '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]},
4 4   'countylist': {},
5 5   'doc.title': {"link":"view"},
6 - 'shortText2': {},
7 - 'longText1': {"filterable":false,"sortable":false,"html":true},
5 + 'doc.location': {"html":true},
6 + 'doc.date': {},
8 8   'doc.author': {"link":"author"},
9 - 'date1': {"html":true}
8 + '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]},
9 + '_attachments': {"sortable":false,"filterable":false,"html":true}
10 10  })
11 11  #set ($options = {
12 12   'className': 'Team Hope.Code.Team HopeClass',
... ... @@ -14,9 +14,9 @@
14 14   'tagCloud': true,
15 15   'rowCount': 15,
16 16   'maxPages': 10,
17 - 'selectedColumn': '_actions',
17 + 'selectedColumn': 'countylist',
18 18   'defaultOrder': 'asc'
19 19  })
20 -#set ($columns = ['_actions', 'countylist', 'doc.title', 'shortText2', 'longText1', 'doc.author', 'date1'])
20 +#set ($columns = ['countylist', 'doc.title', 'doc.location', 'doc.date', 'doc.author', '_actions', '_attachments'])
21 21  #livetable('team hope' $columns $columnsProperties $options)
22 22  {{/velocity}}
AppWithinMinutes.LiveTableClass[0]
Live Table Columns
... ... @@ -1,1 +1,1 @@
1 -_actions countylist doc.title shortText2 longText1 doc.author date1
1 +countylist doc.title doc.location doc.date doc.author _actions _attachments