| ... |
... |
@@ -1,6 +1,5 @@ |
| 1 |
1 |
{{velocity}} |
| 2 |
2 |
#set ($columnsProperties = { |
| 3 |
|
- 'doc.title': {"link":"view"}, |
| 4 |
4 |
'forexPair': {}, |
| 5 |
5 |
'OpenDate': {"html":true}, |
| 6 |
6 |
'CloseDate': {"html":true}, |
| ... |
... |
@@ -14,9 +14,9 @@ |
| 14 |
14 |
'tagCloud': true, |
| 15 |
15 |
'rowCount': 15, |
| 16 |
16 |
'maxPages': 10, |
| 17 |
|
- 'selectedColumn': 'doc.title', |
|
16 |
+ 'selectedColumn': 'forexPair', |
| 18 |
18 |
'defaultOrder': 'asc' |
| 19 |
19 |
}) |
| 20 |
|
-#set ($columns = ['doc.title', 'forexPair', 'OpenDate', 'CloseDate', 'Entry', 'shortText', 'TradeAnalysis']) |
|
19 |
+#set ($columns = ['forexPair', 'OpenDate', 'CloseDate', 'Entry', 'shortText', 'TradeAnalysis']) |
| 21 |
21 |
#livetable('tradejournal' $columns $columnsProperties $options) |
| 22 |
22 |
{{/velocity}} |