mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
default pagination current page
This commit is contained in:
parent
9b8abb2199
commit
c799326e7f
@ -48,7 +48,8 @@ var AntTable = React.createClass({
|
||||
sortOrder: '',
|
||||
sorter: null,
|
||||
pagination: this.hasPagination() ? objectAssign({
|
||||
pageSize: 10
|
||||
pageSize: 10,
|
||||
current: 1
|
||||
}, this.props.pagination) : {}
|
||||
};
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user