0 Votes
Versão 2.1 por JOSE RONALDO DOS ARAUJO em 06/04/2024

Ocultar últimos autores
JOSE RONALDO DOS ARAUJO 1.1 1 {{velocity}}
2 #set ($columnsProperties = {
JOSE RONALDO DOS ARAUJO 2.1 3 'doc.name': {"link":"view"},
4 'doc.date': {},
5 'doc.author': {"link":"author"},
6 'autoSliding': {},
7 'interval': {},
JOSE RONALDO DOS ARAUJO 1.1 8 '_images': {"sortable":false,"filterable":false,"html":true},
9 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
10 })
11 #set ($options = {
12 'className': 'XCarouselCode.XCarouselClass',
13 'translationPrefix': 'xcarousel.livetable.',
14 'tagCloud': true,
15 'rowCount': 15,
16 'maxPages': 10,
17 'selectedColumn': 'doc.name',
18 'defaultOrder': 'asc'
19 })
20 #set ($columns = ['doc.name', 'doc.date', 'doc.author', 'autoSliding', 'interval', '_images', '_actions'])
21 #livetable('xcarousel' $columns $columnsProperties $options)
22 {{/velocity}}