Hide last authors
| author | version | line-number | content |
|---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
| 2 | #set ($columnsProperties = { | ||
![]() |
9.1 | 3 | '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}, |
![]() |
1.1 | 4 | 'countylist': {}, |
| 5 | 'doc.title': {"link":"view"}, | ||
![]() |
10.1 | 6 | 'cpra_description': {"filterable":false,"sortable":false,"html":true}, |
![]() |
11.1 | 7 | 'longText2': {"filterable":false,"sortable":false,"html":true}, |
| 8 | 'date1': {"html":true}, | ||
![]() |
2.1 | 9 | 'shortText2': {}, |
![]() |
9.1 | 10 | 'doc.author': {"link":"author"}, |
![]() |
11.1 | 11 | 'longText1': {"filterable":false,"sortable":false,"html":true} |
![]() |
1.1 | 12 | }) |
| 13 | #set ($options = { | ||
| 14 | 'className': 'Team Hope.Code.Team HopeClass', | ||
| 15 | 'translationPrefix': 'team hope.livetable.', | ||
| 16 | 'tagCloud': true, | ||
| 17 | 'rowCount': 15, | ||
| 18 | 'maxPages': 10, | ||
![]() |
9.1 | 19 | 'selectedColumn': '_actions', |
![]() |
1.1 | 20 | 'defaultOrder': 'asc' |
| 21 | }) | ||
![]() |
11.1 | 22 | #set ($columns = ['_actions', 'countylist', 'doc.title', 'cpra_description', 'longText2', 'date1', 'shortText2', 'doc.author', 'longText1']) |
![]() |
1.1 | 23 | #livetable('team hope' $columns $columnsProperties $options) |
| 24 | {{/velocity}} |
