提交 c9237c8e 编写于 作者: A afc163

update API

上级 4d2ce026
...@@ -13,7 +13,8 @@ let AntTable = React.createClass({ ...@@ -13,7 +13,8 @@ let AntTable = React.createClass({
return { return {
prefixCls: 'ant-table', prefixCls: 'ant-table',
useFixedHeader: false, useFixedHeader: false,
rowSelection: null rowSelection: null,
size: 'normal'
}; };
}, },
handleSelect(e) { handleSelect(e) {
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
### Table ### Table
| 参数 | 说明 | 类型 | 可选值 | 默认值 | | 参数 | 说明 | 类型 | 可选值 | 默认值 |
|------------|------------------------------------------|---------------|---------|---------| |---------------|-------------------------|---------------|--------------------|---------|
| checkable | 列表项是否可选择 | boolean | | false | | rowSelection | 列表项是否可选择 | Object | | false |
| pagenation | 分页器 | React.Element | | | | pagenation | 分页器 | React.Element | | |
| size | 正常或迷你类型 | string | | | | size | 正常或迷你类型 | string | `normal` or `mini` | normal |
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册