Show last authors
1
2 {{velocity}}
3
4 #set($columns = ["doc.title", "startDate", "endDate", "status"])
5 #set ($columnsProperties = {
6 "doc.title" : {"type": "text", "link" : "view"},
7 "startDate": {"type": "date", "sortable": true},
8 "endDate": {"type": "date", "sortable": true},
9 "status": { "type": "text", "sortable": true}
10 })
11 #set($options = {
12 "className": "Roadmaps.Code.RoadmapClass",
13 "translationPrefix" : "roadmap.livetable.",
14 "tagCloud" : true,
15 "rowCount": 10,
16 "selectedColumn": "startDate",
17 "defaultOrder": "desc"
18 })
19
20 #livetable("roadmaps" $columns $columnsProperties $options)
21 {{/velocity}}
TerraIndex