文件 閱讀前哨站 的修改

Harvey 於 2025/03/17 11:57 最後修改

由版本 5.1
Harvey 編輯
於 2025/03/17 11:57
修改評論: 更新动态列表
至版本 3.2
Harvey 編輯
於 2025/03/17 11:48
修改評論: Updated application icon

摘要

细节

页面属性
内容
... ... @@ -1,6 +1,5 @@
1 1  {{velocity}}
2 2  #set ($columnsProperties = {
3 - 'longText4': {"filterable":false,"sortable":false,"html":true},
4 4   'doc.title': {"link":"view"},
5 5   'doc.date': {},
6 6   'doc.author': {"link":"author"},
... ... @@ -13,9 +13,9 @@
13 13   'tagCloud': true,
14 14   'rowCount': 15,
15 15   'maxPages': 10,
16 - 'selectedColumn': 'longText4',
15 + 'selectedColumn': 'doc.title',
17 17   'defaultOrder': 'asc'
18 18  })
19 -#set ($columns = ['longText4', 'doc.title', 'doc.date', 'doc.author', 'staticList1', '_actions'])
18 +#set ($columns = ['doc.title', 'doc.date', 'doc.author', 'staticList1', '_actions'])
20 20  #livetable('閱讀前哨站' $columns $columnsProperties $options)
21 21  {{/velocity}}
AppWithinMinutes.LiveTableClass[0]
动态列表字段
... ... @@ -1,1 +1,1 @@
1 -longText4 doc.title doc.date doc.author staticList1 _actions
1 +doc.title doc.date doc.author staticList1 _actions