mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-03 16:07:24 +00:00
244 B
244 B
order, title
| order | title | ||||
|---|---|---|---|---|---|
| 6 |
|
zh-CN
简单的翻页。
en-US
Simple mode.
import { Pagination } from 'antd';
ReactDOM.render(<Pagination simple defaultCurrent={2} total={50} />, mountNode);