0 Votes

Changes for page Anti White Incidents

Last modified by Ryan C on 2025/06/09 12:55

From version 3.2
edited by Ryan C
on 2025/06/08 05:32
Change comment: Updated application icon
To version 4.1
edited by Ryan C
on 2025/06/08 05:34
Change comment: Update LiveTable

Summary

Details

Page properties
Content
... ... @@ -1,11 +1,11 @@
1 1  {{velocity}}
2 2  #set ($columnsProperties = {
3 - '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]},
3 + 'longText1': {"filterable":false,"sortable":false,"html":true},
4 4   'shortText1': {},
5 5   'shortText2': {},
6 - 'longText1': {"filterable":false,"sortable":false,"html":true},
7 7   'date1': {"html":true},
8 - 'Tags': {}
7 + 'Tags': {},
8 + '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
9 9  })
10 10  #set ($options = {
11 11   'className': 'Help.Applications.Movies.Code.MoviesClass',
... ... @@ -13,9 +13,9 @@
13 13   'tagCloud': true,
14 14   'rowCount': 15,
15 15   'maxPages': 10,
16 - 'selectedColumn': '_actions',
16 + 'selectedColumn': 'longText1',
17 17   'defaultOrder': 'asc'
18 18  })
19 -#set ($columns = ['_actions', 'shortText1', 'shortText2', 'longText1', 'date1', 'Tags'])
19 +#set ($columns = ['longText1', 'shortText1', 'shortText2', 'date1', 'Tags', '_actions'])
20 20  #livetable('movies' $columns $columnsProperties $options)
21 21  {{/velocity}}
AppWithinMinutes.LiveTableClass[0]
Live Table Columns
... ... @@ -1,1 +1,1 @@
1 -_actions shortText1 shortText2 longText1 date1 Tags
1 +longText1 shortText1 shortText2 date1 Tags _actions