mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-02 15:27:18 +00:00
233 B
233 B
order, title
| order | title | ||||
|---|---|---|---|---|---|
| 0 |
|
zh-CN
基础分页。
en-US
Basic pagination.
import { Pagination } from 'antd';
ReactDOM.render(<Pagination defaultCurrent={1} total={50} />, mountNode);