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