Changes for page TradeJournal

Last modified by Drunk Monkey on 2024-09-27 08:27

From version 6.1
edited by Drunk Monkey
on 2024-09-27 08:21
Change comment: Update LiveTable
To version 7.2
edited by Drunk Monkey
on 2024-09-27 08:27
Change comment: Updated application icon

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