... |
... |
@@ -9,11 +9,10 @@ |
9 |
9 |
'TP2': {}, |
10 |
10 |
'TP3': {}, |
11 |
11 |
'TradeReason': {}, |
12 |
|
- 'doc.creator': {"link":"author"}, |
13 |
13 |
'doc.title': {"link":"view"}, |
14 |
14 |
'doc.name': {"link":"view"}, |
15 |
15 |
'doc.location': {"html":true}, |
16 |
|
- '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} |
|
15 |
+ 'shortText': {} |
17 |
17 |
}) |
18 |
18 |
#set ($options = { |
19 |
19 |
'className': 'TradeJournal.Code.TradeJournalClass', |
... |
... |
@@ -24,6 +24,6 @@ |
24 |
24 |
'selectedColumn': 'forexPair', |
25 |
25 |
'defaultOrder': 'asc' |
26 |
26 |
}) |
27 |
|
-#set ($columns = ['forexPair', 'OpenDate', 'CloseDate', 'Entry', 'SL', 'TP1', 'TP2', 'TP3', 'TradeReason', 'doc.creator', 'doc.title', 'doc.name', 'doc.location', '_actions']) |
|
26 |
+#set ($columns = ['forexPair', 'OpenDate', 'CloseDate', 'Entry', 'SL', 'TP1', 'TP2', 'TP3', 'TradeReason', 'doc.title', 'doc.name', 'doc.location', 'shortText']) |
28 |
28 |
#livetable('tradejournal' $columns $columnsProperties $options) |
29 |
29 |
{{/velocity}} |