mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
docs: fix typo.
This commit is contained in:
parent
2e4e1fcaef
commit
42f98e6779
@ -9,15 +9,15 @@ title:
|
||||
|
||||
使用受控属性对筛选和排序状态进行控制。
|
||||
|
||||
> 1. columns 中定义了 fileredValue 和 sortOrder 属性即视为受控模式。
|
||||
> 1. columns 中定义了 filteredValue 和 sortOrder 属性即视为受控模式。
|
||||
> 2. 只支持同时对一列进行排序,请保证只有一列的 sortOrder 属性是生效的。
|
||||
> 3. 务必指定 `column.key`。
|
||||
|
||||
## en-US
|
||||
|
||||
Control filters and sorters by `fileredValue` and `sortOrder`.
|
||||
Control filters and sorters by `filteredValue` and `sortOrder`.
|
||||
|
||||
> 1. Defining `fileredValue` or `sortOrder` means that it is in the controlled mode.
|
||||
> 1. Defining `filteredValue` or `sortOrder` means that it is in the controlled mode.
|
||||
> 2. Make sure `sortOrder` is assigned for only one column.
|
||||
> 3. `column.key` is required.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user