ap-dev 1.1.33 → 1.1.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -637,9 +637,9 @@ edit: (rowData) => {return true;}</div>`
|
|
|
637
637
|
code: '<span class="api-code">// 隐藏列<br> hide:true</span>'
|
|
638
638
|
}, {
|
|
639
639
|
name: 'sortable',
|
|
640
|
-
type: '
|
|
640
|
+
type: '布尔/字符串',
|
|
641
641
|
default: 'false',
|
|
642
|
-
memo: '是否可以排序。true可排序,false
|
|
642
|
+
memo: '是否可以排序。true可排序,false不可排序,local前端排序。<br><span class="api-memo">注1:不支持多列同时排序<br>注2:local时为前端排序,不会请求后台数据</span>',
|
|
643
643
|
code: `<span class="api-code">sortable: true,// 支持排序</span>`
|
|
644
644
|
}, {
|
|
645
645
|
group: '通用:式样',
|