mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +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
|
||||
selectComponentClass={Select}
|
||||
total={80}
|
||||
showTotal={total => `共 ${total} 条`}
|
||||
showTotal={total => `Total ${total} items`}
|
||||
pageSize={20} defaultCurrent={1}
|
||||
/>,
|
||||
mountNode
|
||||
|
Loading…
Reference in New Issue
Block a user