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