Code source wiki de CR Réunion

Version 5.2 par Franck LANTRES le 2026/02/04 22:26

Afficher les derniers auteurs
1 {{velocity}}
2 #set ($columnsProperties = {
3 'staticList1': {},
4 'date1': {"html":true},
5 'user1': {"html":true},
6 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
7 })
8 #set ($options = {
9 'className': 'CR Réunion.Code.CR RéunionClass',
10 'translationPrefix': 'cr réunion.livetable.',
11 'tagCloud': true,
12 'rowCount': 15,
13 'maxPages': 10,
14 'selectedColumn': 'staticList1',
15 'defaultOrder': 'asc'
16 })
17 #set ($columns = ['staticList1', 'date1', 'user1', '_actions'])
18 #livetable('cr réunion' $columns $columnsProperties $options)
19 {{/velocity}}