Wiki source code of Design Acceptance

Version 3.1 by Zyndly Kent Baja on 2026/06/22 04:06

Hide last authors
Zyndly Kent Baja 1.1 1 {{velocity}}
2 #set ($columnsProperties = {
Zyndly Kent Baja 3.1 3 'shortText1': {},
Zyndly Kent Baja 1.1 4 'doc.title': {"link":"view"},
5 'doc.location': {"html":true},
6 'doc.date': {},
7 'doc.author': {"link":"author"},
Zyndly Kent Baja 3.1 8 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]},
9 'staticList1': {},
10 'staticList2': {},
11 'staticList3': {}
Zyndly Kent Baja 1.1 12 })
13 #set ($options = {
14 'className': 'Design and UAT.Code.Design and UATClass',
15 'translationPrefix': 'design and uat.livetable.',
16 'tagCloud': true,
17 'rowCount': 15,
18 'maxPages': 10,
Zyndly Kent Baja 3.1 19 'selectedColumn': 'shortText1',
Zyndly Kent Baja 1.1 20 'defaultOrder': 'asc'
21 })
Zyndly Kent Baja 3.1 22 #set ($columns = ['shortText1', 'doc.title', 'doc.location', 'doc.date', 'doc.author', '_actions', 'staticList1', 'staticList2', 'staticList3'])
Zyndly Kent Baja 1.1 23 #livetable('design and uat' $columns $columnsProperties $options)
24 {{/velocity}}