0 Votes
Version 4.2 by Ryan C on 2025/06/08 05:34

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