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

205 B

order title
3 跳转

快速跳转到某一页。

import { Pagination } from 'antd';

ReactDOM.render(
  <Pagination showQuickJumper defaultCurrent={2} total={500} />,
 mountNode);