Changes for page P4P Networks
Last modified by Zenna Elfen on 2025/11/24 11:43
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,8 +1,7 @@ 1 1 {{velocity}} 2 2 #set ($columnsProperties = { 3 - 'shortText1': {}, 4 - 'shortText2': {}, 5 5 'doc.title': {"link":"view"}, 4 + 'shortText2': {}, 6 6 'doc.location': {"html":true}, 7 7 'doc.date': {}, 8 8 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}, ... ... @@ -14,9 +14,9 @@ 14 14 'tagCloud': true, 15 15 'rowCount': 15, 16 16 'maxPages': 10, 17 - 'selectedColumn': ' shortText1',16 + 'selectedColumn': 'doc.title', 18 18 'defaultOrder': 'asc' 19 19 }) 20 -#set ($columns = [' shortText1', 'shortText2', 'doc.title', 'doc.location', 'doc.date', '_actions', 'doc.author'])19 +#set ($columns = ['doc.title', 'shortText2', 'doc.location', 'doc.date', '_actions', 'doc.author']) 21 21 #livetable('projects' $columns $columnsProperties $options) 22 22 {{/velocity}}
- AppWithinMinutes.LiveTableClass[0]
-
- Live Table Columns
-
... ... @@ -1,1 +1,1 @@ 1 - shortText1shortText2 doc.title doc.location doc.date _actions doc.author1 +doc.title shortText2 doc.location doc.date _actions doc.author