ant-design/components/table/demo/summary.md

19 lines
656 B
Markdown
Raw Normal View History

## 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`).
<style>
#components-table-demo-summary tfoot th,
#components-table-demo-summary tfoot td {
background: #fafafa;
}
2019-12-31 10:15:45 +08:00
[data-theme="dark"] #components-table-demo-summary tfoot th,
[data-theme="dark"] #components-table-demo-summary tfoot td {
2019-12-25 15:14:34 +08:00
background: #1d1d1d;
}
</style>