... |
... |
@@ -1,9 +1,10 @@ |
1 |
1 |
{{velocity}} |
2 |
2 |
#set ($columnsProperties = { |
|
3 |
+ 'longText4': {"filterable":false,"sortable":false,"html":true}, |
3 |
3 |
'doc.title': {"link":"view"}, |
4 |
|
- 'doc.location': {"html":true}, |
5 |
5 |
'doc.date': {}, |
6 |
6 |
'doc.author': {"link":"author"}, |
|
7 |
+ 'staticList1': {}, |
7 |
7 |
'_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} |
8 |
8 |
}) |
9 |
9 |
#set ($options = { |
... |
... |
@@ -12,9 +12,9 @@ |
12 |
12 |
'tagCloud': true, |
13 |
13 |
'rowCount': 15, |
14 |
14 |
'maxPages': 10, |
15 |
|
- 'selectedColumn': 'doc.title', |
|
16 |
+ 'selectedColumn': 'longText4', |
16 |
16 |
'defaultOrder': 'asc' |
17 |
17 |
}) |
18 |
|
-#set ($columns = ['doc.title', 'doc.location', 'doc.date', 'doc.author', '_actions']) |
|
19 |
+#set ($columns = ['longText4', 'doc.title', 'doc.date', 'doc.author', 'staticList1', '_actions']) |
19 |
19 |
#livetable('閱讀前哨站' $columns $columnsProperties $options) |
20 |
20 |
{{/velocity}} |