| ... |
... |
@@ -2,10 +2,7 @@ |
| 2 |
2 |
#set ($columnsProperties = { |
| 3 |
3 |
'date1': {"html":true}, |
| 4 |
4 |
'shortText1': {}, |
| 5 |
|
- 'longText1': {"filterable":false,"sortable":false,"html":true}, |
| 6 |
|
- 'longText2': {"filterable":false,"sortable":false,"html":true}, |
| 7 |
|
- 'doc.title': {"link":"view"}, |
| 8 |
|
- 'doc.location': {"html":true}, |
|
5 |
+ 'shortText2': {}, |
| 9 |
9 |
'doc.author': {"link":"author"}, |
| 10 |
10 |
'_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} |
| 11 |
11 |
}) |
| ... |
... |
@@ -18,6 +18,6 @@ |
| 18 |
18 |
'selectedColumn': 'date1', |
| 19 |
19 |
'defaultOrder': 'asc' |
| 20 |
20 |
}) |
| 21 |
|
-#set ($columns = ['date1', 'shortText1', 'longText1', 'longText2', 'doc.title', 'doc.location', 'doc.author', '_actions']) |
|
18 |
+#set ($columns = ['date1', 'shortText1', 'shortText2', 'doc.author', '_actions']) |
| 22 |
22 |
#livetable('hrafaarc repository' $columns $columnsProperties $options) |
| 23 |
23 |
{{/velocity}} |