| ... |
... |
@@ -3,8 +3,7 @@ |
| 3 |
3 |
'date1': {"html":true}, |
| 4 |
4 |
'shortText1': {}, |
| 5 |
5 |
'shortText2': {}, |
| 6 |
|
- 'doc.author': {"link":"author"}, |
| 7 |
|
- '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} |
|
6 |
+ 'doc.author': {"link":"author"} |
| 8 |
8 |
}) |
| 9 |
9 |
#set ($options = { |
| 10 |
10 |
'className': 'hrafaARC Repository.Code.hrafaARC RepositoryClass', |
| ... |
... |
@@ -15,6 +15,6 @@ |
| 15 |
15 |
'selectedColumn': 'date1', |
| 16 |
16 |
'defaultOrder': 'asc' |
| 17 |
17 |
}) |
| 18 |
|
-#set ($columns = ['date1', 'shortText1', 'shortText2', 'doc.author', '_actions']) |
|
17 |
+#set ($columns = ['date1', 'shortText1', 'shortText2', 'doc.author']) |
| 19 |
19 |
#livetable('hrafaarc repository' $columns $columnsProperties $options) |
| 20 |
20 |
{{/velocity}} |