ant-design/components/pagination/demo/jump.md
2016-04-01 10:08:19 +08:00

15 lines
205 B
Markdown

---
order: 3
title: 跳转
---
快速跳转到某一页。
````jsx
import { Pagination } from 'antd';
ReactDOM.render(
<Pagination showQuickJumper defaultCurrent={2} total={500} />,
mountNode);
````