Changes for page Duncan1
Last modified by Alexandru Colesnicov on 2018/11/06 17:06
edited by Alexandru Colesnicov
on 2018/10/23 18:31
on 2018/10/23 18:31
edited by Alexandru Colesnicov
on 2018/10/23 18:54
on 2018/10/23 18:54
Change comment: There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,0 +1,19 @@ 1 +{{velocity}} 2 +#set ($columnsProperties = { 3 + 'doc.title': {"link":"view"}, 4 + 'QuaWoman': {"filterable":true,"sortable":true}, 5 + 'QuaMan': {"filterable":true,"sortable":true}, 6 + 'doc.author': {"link":"author"}, 7 + '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} 8 +}) 9 +#set ($options = { 10 + 'className': 'Duncan1.Code.GDataClass', 11 + 'translationPrefix': 'Duncan1.livetable.', 12 + 'rowCount': 15, 13 + 'maxPages': 10, 14 + 'selectedColumn': 'doc.title', 15 + 'defaultOrder': 'asc' 16 +}) 17 +#set ($columns = ['doc.title', 'QuaWoman', 'QuaMan', 'doc.author', '_actions']) 18 +#livetable('Duncan1' $columns $columnsProperties $options) 19 +{{/velocity}}