mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-02 15:59:38 +08:00
527c71d207
* docs: table demo in dark mode * chore: update snaptshot * chore: update
8 lines
366 B
Markdown
8 lines
366 B
Markdown
## zh-CN
|
|
|
|
通过 `summary` 设置总结栏。使用 `Table.Summary.Cell` 同步 Column 的固定状态。你可以通过配置 `Table.Summary` 的 `fixed` 属性使其固定(`4.16.0` 支持)。
|
|
|
|
## en-US
|
|
|
|
Set summary content by `summary` prop. Sync column fixed status with `Table.Summary.Cell`. You can fixed it by set `Table.Summary` `fixed` prop(since `4.16.0`).
|