Wiki source code of Decisions

Version 3.1 by anna_gerasimets on 2026/02/10 07:44

Hide last authors
anna_gerasimets 1.1 1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.title': {"link":"view"},
4 'longText1': {"filterable":false,"sortable":false,"html":true},
5 'doc.date': {},
6 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
7 })
8 #set ($options = {
9 'className': 'Decisions.Code.DecisionsClass',
10 'translationPrefix': 'decisions.livetable.',
11 'tagCloud': true,
12 'rowCount': 15,
13 'maxPages': 10,
14 'selectedColumn': 'doc.title',
15 'defaultOrder': 'asc'
16 })
17 #set ($columns = ['doc.title', 'longText1', 'doc.date', '_actions'])
18 #livetable('decisions' $columns $columnsProperties $options)
19 {{/velocity}}