Остання зміна 06.06.2022 14:41 автором Олександр Глотов

Показати останніх авторів
1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.title': {"link":"view"},
4 'doc.location': {"html":true},
5 'doc.date': {},
6 'doc.author': {"link":"author"},
7 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]},
8 'number': {}
9 })
10 #set ($options = {
11 'className': 'ClientRequest.Code.ClientRequestClass',
12 'translationPrefix': 'clientrequest.livetable.',
13 'tagCloud': true,
14 'rowCount': 15,
15 'maxPages': 10,
16 'selectedColumn': 'doc.title',
17 'defaultOrder': 'asc'
18 })
19 #set ($columns = ['doc.title', 'doc.location', 'doc.date', 'doc.author', '_actions', 'number'])
20 #livetable('clientrequest' $columns $columnsProperties $options)
21 {{/velocity}}