提交 3ab72afc 编写于 作者: A afc163

Fix pagination size in table

上级 ed9fc679
......@@ -38,7 +38,9 @@ let AntTable = React.createClass({
sorter: null,
radioIndex: null,
pagination: this.hasPagination() ?
objectAssign({}, defaultPagination, this.props.pagination) :
objectAssign({
size: this.props.size,
}, defaultPagination, this.props.pagination) :
{},
};
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册