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