Wiki source code of larry test 2

Last modified by Larry Maloney on 2023/11/30 21:26

Hide last authors
Larry Maloney 1.1 1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.title': {"displayName":"is the column width defined by the title of the field ........................................","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 'longText1': {"filterable":false,"sortable":false,"html":true},
9 'longText2': {"filterable":false,"sortable":false,"html":true},
10 'shortText1': {}
11 })
12 #set ($options = {
13 'className': 'larry test 2.Code.larry test 2Class',
14 'translationPrefix': 'larry test 2.livetable.',
15 'tagCloud': true,
16 'rowCount': 15,
17 'maxPages': 10,
18 'selectedColumn': 'doc.title',
19 'defaultOrder': 'asc'
20 })
21 #set ($columns = ['doc.title', 'doc.location', 'doc.date', 'doc.author', '_actions', 'longText1', 'longText2', 'shortText1', 'doc.title'])
22 #livetable('larry test 2' $columns $columnsProperties $options)
23 {{/velocity}}