| ... |
... |
@@ -3,10 +3,11 @@ |
| 3 |
3 |
'Image': {"filterable":false,"sortable":false,"html":true}, |
| 4 |
4 |
'shortText1': {}, |
| 5 |
5 |
'longText1': {"filterable":false,"sortable":false,"html":true}, |
| 6 |
|
- 'longText2': {"filterable":false,"sortable":false,"html":true}, |
|
6 |
+ 'DisplayURL': {"filterable":false,"sortable":false,"html":true}, |
| 7 |
7 |
'Tags': {}, |
| 8 |
8 |
'date1': {"html":true}, |
| 9 |
|
- '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} |
|
9 |
+ '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}, |
|
10 |
+ 'shortText2': {} |
| 10 |
10 |
}) |
| 11 |
11 |
#set ($options = { |
| 12 |
12 |
'className': 'Help.Applications.Anti White Incidents.Code.MoviesClass', |
| ... |
... |
@@ -17,6 +17,6 @@ |
| 17 |
17 |
'selectedColumn': 'Image', |
| 18 |
18 |
'defaultOrder': 'asc' |
| 19 |
19 |
}) |
| 20 |
|
-#set ($columns = ['Image', 'shortText1', 'longText1', 'longText2', 'Tags', 'date1', '_actions']) |
|
21 |
+#set ($columns = ['Image', 'shortText1', 'longText1', 'DisplayURL', 'Tags', 'date1', '_actions', 'shortText2']) |
| 21 |
21 |
#livetable('movies' $columns $columnsProperties $options) |
| 22 |
22 |
{{/velocity}} |