Changes for page System Design

Last modified by Zyndly Kent Baja on 2026/06/22 04:38

From version 7.1
edited by Zyndly Kent Baja
on 2026/06/22 04:27
Change comment: Update LiveTable
To version 9.2
edited by Zyndly Kent Baja
on 2026/06/22 04:30
Change comment: Updated application icon

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,7 @@
1 1  {{velocity}}
2 2  #set ($columnsProperties = {
3 3   'Type': {},
4 + 'doc.title': {"link":"view"},
4 4   'shortText1': {},
5 5   'staticList1': {},
6 6   'staticList2': {},
... ... @@ -19,6 +19,6 @@
19 19   'selectedColumn': 'Type',
20 20   'defaultOrder': 'asc'
21 21  })
22 -#set ($columns = ['Type', 'shortText1', 'staticList1', 'staticList2', 'staticList3', 'doc.location', '_actions', 'doc.author', 'doc.date'])
23 +#set ($columns = ['Type', 'doc.title', 'shortText1', 'staticList1', 'staticList2', 'staticList3', 'doc.location', '_actions', 'doc.author', 'doc.date'])
23 23  #livetable('design and uat' $columns $columnsProperties $options)
24 24  {{/velocity}}
AppWithinMinutes.LiveTableClass[0]
Live Table Columns
... ... @@ -1,1 +1,1 @@
1 -Type shortText1 staticList1 staticList2 staticList3 doc.location _actions doc.author doc.date
1 +Type doc.title shortText1 staticList1 staticList2 staticList3 doc.location _actions doc.author doc.date