... |
... |
@@ -1,9 +1,9 @@ |
1 |
1 |
{{velocity}} |
2 |
2 |
#set ($columnsProperties = { |
3 |
|
- 'longText1': {"type":"text","filterable":false,"sortable":false,"html":true}, |
4 |
|
- 'doc.title': {"type":"text","size":20,"displayName":"Name","link":"view"}, |
5 |
|
- 'staticList1': {"type":"list","size":10}, |
6 |
|
- 'date1': {"type":"text","size":10,"html":true}, |
|
3 |
+ 'longText1': {"filterable":false,"sortable":false,"html":true}, |
|
4 |
+ 'doc.title': {"displayName":"Name","link":"view"}, |
|
5 |
+ 'staticList1': {}, |
|
6 |
+ 'date1': {"html":true}, |
7 |
7 |
'_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} |
8 |
8 |
}) |
9 |
9 |
#set ($options = { |