Changes for page System Design

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

From version 9.1
edited by Zyndly Kent Baja
on 2026/06/22 04:30
Change comment: Update LiveTable
To version 6.1
edited by Zyndly Kent Baja
on 2026/06/22 04:14
Change comment: Update LiveTable

Summary

Details

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