mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-05 09:49:57 +08:00
276 B
276 B
order | title | ||||
---|---|---|---|---|---|
3 |
|
zh-CN
快速跳转到某一页。
en-US
Jump to a page directly.
import { Pagination } from 'antd';
ReactDOM.render(
<Pagination showQuickJumper defaultCurrent={2} total={500} />,
mountNode);