Changes for page TradeJournal


on 2024-09-27 08:21
Summary
Details
- Page properties
-
- Content
-
... ... @@ -1,5 +1,6 @@ 1 1 {{velocity}} 2 2 #set ($columnsProperties = { 3 + 'doc.title': {"link":"view"}, 3 3 'forexPair': {}, 4 4 'OpenDate': {"html":true}, 5 5 'CloseDate': {"html":true}, ... ... @@ -13,9 +13,9 @@ 13 13 'tagCloud': true, 14 14 'rowCount': 15, 15 15 'maxPages': 10, 16 - 'selectedColumn': ' forexPair',17 + 'selectedColumn': 'doc.title', 17 17 'defaultOrder': 'asc' 18 18 }) 19 -#set ($columns = ['forexPair', 'OpenDate', 'CloseDate', 'Entry', 'shortText', 'TradeAnalysis']) 20 +#set ($columns = ['doc.title', 'forexPair', 'OpenDate', 'CloseDate', 'Entry', 'shortText', 'TradeAnalysis']) 20 20 #livetable('tradejournal' $columns $columnsProperties $options) 21 21 {{/velocity}}
- AppWithinMinutes.LiveTableClass[0]
-
- Live Table Columns
-
... ... @@ -1,1 +1,1 @@ 1 -forexPair OpenDate CloseDate Entry shortText TradeAnalysis 1 +doc.title forexPair OpenDate CloseDate Entry shortText TradeAnalysis