隐藏最后作者
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
2 | #set ($columnsProperties = { | ||
![]() |
5.1 | 3 | 'longText4': {"filterable":false,"sortable":false,"html":true}, |
![]() |
1.1 | 4 | 'doc.title': {"link":"view"}, |
5 | 'doc.date': {}, | ||
6 | 'doc.author': {"link":"author"}, | ||
![]() |
3.1 | 7 | 'staticList1': {}, |
![]() |
1.1 | 8 | '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} |
9 | }) | ||
10 | #set ($options = { | ||
11 | 'className': 'Applications.閱讀前哨站.Code.閱讀前哨站Class', | ||
12 | 'translationPrefix': '閱讀前哨站.livetable.', | ||
13 | 'tagCloud': true, | ||
14 | 'rowCount': 15, | ||
15 | 'maxPages': 10, | ||
![]() |
5.1 | 16 | 'selectedColumn': 'longText4', |
![]() |
1.1 | 17 | 'defaultOrder': 'asc' |
18 | }) | ||
![]() |
5.1 | 19 | #set ($columns = ['longText4', 'doc.title', 'doc.date', 'doc.author', 'staticList1', '_actions']) |
![]() |
1.1 | 20 | #livetable('閱讀前哨站' $columns $columnsProperties $options) |
21 | {{/velocity}} |