... |
... |
@@ -1,7 +1,10 @@ |
1 |
1 |
{{velocity}} |
2 |
|
-#set($columns = ["doc.title"]) |
|
2 |
+#set($columns = ["doc.title", "doc.creationDate", "doc.date", "_actions"]) |
3 |
3 |
#set($columnsProperties = { |
4 |
|
- "doc.title" : { "type" : "text", "link" : "view" } |
|
4 |
+ "doc.title" : { "type" : "text", "link" : "view" }, |
|
5 |
+ "doc.creationDate" : { "type" : "date" }, |
|
6 |
+ "doc.date" : { "type" : "date" }, |
|
7 |
+ "_actions" : { "sortable" : false, "filterable" : false, "html" : true, "actions" : ["edit","delete"]} |
5 |
5 |
}) |
6 |
6 |
#set($options = { |
7 |
7 |
"tagCloud":true, |