mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
Pagination - Total - English correction (#3286)
* Pagination - Total - English correction * Update total.md
This commit is contained in:
parent
1ad99cb095
commit
cc6946b714
@ -20,7 +20,7 @@ ReactDOM.render(
|
|||||||
<Pagination
|
<Pagination
|
||||||
selectComponentClass={Select}
|
selectComponentClass={Select}
|
||||||
total={80}
|
total={80}
|
||||||
showTotal={total => `共 ${total} 条`}
|
showTotal={total => `Total ${total} items`}
|
||||||
pageSize={20} defaultCurrent={1}
|
pageSize={20} defaultCurrent={1}
|
||||||
/>,
|
/>,
|
||||||
mountNode
|
mountNode
|
||||||
|
Loading…
Reference in New Issue
Block a user