Wiki source code of TradeJournal
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
2 | #set ($columnsProperties = { | ||
3 | 'forexPair': {}, | ||
4 | 'OpenDate': {"html":true}, | ||
5 | 'CloseDate': {"html":true}, | ||
6 | 'Entry': {}, | ||
![]() |
6.1 | 7 | 'shortText': {}, |
8 | 'TradeAnalysis': {"filterable":false,"sortable":false,"html":true} | ||
![]() |
1.1 | 9 | }) |
10 | #set ($options = { | ||
11 | 'className': 'TradeJournal.Code.TradeJournalClass', | ||
12 | 'translationPrefix': 'tradejournal.livetable.', | ||
13 | 'tagCloud': true, | ||
14 | 'rowCount': 15, | ||
15 | 'maxPages': 10, | ||
16 | 'selectedColumn': 'forexPair', | ||
17 | 'defaultOrder': 'asc' | ||
18 | }) | ||
![]() |
6.1 | 19 | #set ($columns = ['forexPair', 'OpenDate', 'CloseDate', 'Entry', 'shortText', 'TradeAnalysis']) |
![]() |
1.1 | 20 | #livetable('tradejournal' $columns $columnsProperties $options) |
21 | {{/velocity}} |