Diego Villacís
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
components/table/demo/head.md
|
|
@ -11,7 +11,7 @@ title: |
|
|
|
|
|
|
|
对某一列数据进行排序,通过指定列的 `sorter` 函数即可启动排序按钮。`sorter: function(rowA, rowB) { ... }`, rowA、rowB 为比较的两个行数据。 |
|
|
|
|
|
|
|
`sortDirections: ['ascend' | 'descend']`改变每列可用的排序方式,切换排序时按数组内容依次切换,设置在 table props 上时对所有列生效。你可以通过设置 `['ascend', 'descend', 'ascend']` 禁止排序恢复到默认状态。 |
|
|
|
`sortDirections: ['ascend' | 'descend']`改变每列可用的排序方式,切换排序时按数组内容依次切换,设置在 table props 上时对所有列生效。你可以通过设置 `['ascend', 'descend']` 禁止排序恢复到默认状态。 |
|
|
|
|
|
|
|
使用 `defaultSortOrder` 属性,设置列的默认排序顺序。 |
|
|
|
|
|
|
|