0 Votes
Version 2.2 by Ryan C on 2025/06/08 02:43

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