Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | #set ($columnsProperties = { | ||
3 | 'Image': {"filterable":false,"sortable":false,"html":true}, | ||
4 | 'shortText1': {}, | ||
5 | 'longText1': {"filterable":false,"sortable":false,"html":true}, | ||
6 | 'shortText2': {}, | ||
7 | 'Tags': {}, | ||
8 | 'date1': {"html":true}, | ||
9 | '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} | ||
10 | }) | ||
11 | #set ($options = { | ||
12 | 'className': 'Help.Applications.Movies.Code.MoviesClass', | ||
13 | 'translationPrefix': 'movies.livetable.', | ||
14 | 'tagCloud': true, | ||
15 | 'rowCount': 15, | ||
16 | 'maxPages': 10, | ||
17 | 'selectedColumn': 'Image', | ||
18 | 'defaultOrder': 'asc' | ||
19 | }) | ||
20 | #set ($columns = ['Image', 'shortText1', 'longText1', 'shortText2', 'Tags', 'date1', '_actions']) | ||
21 | #livetable('movies' $columns $columnsProperties $options) | ||
22 | {{/velocity}} |