mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
parent
bdd79ec9f3
commit
6b9e7fc9dd
@ -77,7 +77,7 @@ const columns = [
|
||||
| rowClassName | 表格行的类名 | Function(record, index):string | - |
|
||||
| rowKey | 表格行 key 的取值,可以是字符串或一个函数 | string\|Function(record):string | 'key' |
|
||||
| rowSelection | 表格行是否可选择,[配置项](#rowSelection) | object | - |
|
||||
| scroll | 表格是否可滚动,[配置项](#scroll) | object | - |
|
||||
| scroll | 表格是否可滚动,也可以指定滚动区域的宽、高,[配置项](#scroll) | object | - |
|
||||
| showHeader | 是否显示表头 | boolean | true |
|
||||
| size | 表格大小 | `default` \| `middle` \| `small` | default |
|
||||
| summary | 总结栏 | (currentData) => ReactNode | - |
|
||||
|
Loading…
Reference in New Issue
Block a user