mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
update API
This commit is contained in:
parent
4d2ce026ce
commit
c9237c8e62
@ -13,7 +13,8 @@ let AntTable = React.createClass({
|
||||
return {
|
||||
prefixCls: 'ant-table',
|
||||
useFixedHeader: false,
|
||||
rowSelection: null
|
||||
rowSelection: null,
|
||||
size: 'normal'
|
||||
};
|
||||
},
|
||||
handleSelect(e) {
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
### Table
|
||||
|
||||
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
|
||||
|------------|------------------------------------------|---------------|---------|---------|
|
||||
| checkable | 列表项是否可选择 | boolean | | false |
|
||||
| pagenation | 分页器 | React.Element | | |
|
||||
| size | 正常或迷你类型 | string | | |
|
||||
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
|
||||
|---------------|-------------------------|---------------|--------------------|---------|
|
||||
| rowSelection | 列表项是否可选择 | Object | | false |
|
||||
| pagenation | 分页器 | React.Element | | |
|
||||
| size | 正常或迷你类型 | string | `normal` or `mini` | normal |
|
||||
|
Loading…
Reference in New Issue
Block a user