ant-design/components/table/demo/order-column.md
yoshinyan 5e65463566
docs: typo in order-column.md (#48079)
Signed-off-by: yoshinyan <hai_hai_hai_1229@yahoo.co.jp>
2024-03-25 20:26:58 +08:00

8 lines
248 B
Markdown

## zh-CN
你可以通过 `Table.EXPAND_COLUMN``Table.SELECTION_COLUMN` 来控制选择和展开列的顺序。
## en-US
You can control the order of the expand and select columns by using `Table.EXPAND_COLUMN` and `Table.SELECTION_COLUMN`.