1.0.2 • Published 5 years ago
hp-pagination v1.0.2
hp-pagination
install
npm install hp-paginationuse
import HpPagination from 'hp-pagination'Attributes
| name | type | description |
|---|---|---|
| total | Number | 总数量 |
| page-size | Number | 每页数量 |
| page-sizes | Array | 每页数量,例如 10, 20, 30 |
| layout | String | 分页组件的构成部分, "pager,total,size,jump"(各个部分可选) |
Events
| name | description | callback parameter |
|---|---|---|
| changeCurrent | 页码更改 | 当前页码 |
| changePageSize | 修改每页条数 | 每页条数 |