ac-pagination

0.0.1 • Public • Published

app-pagination

API

参数 说明 类型 默认值
dataNumSelect 下拉的选择 Array [{ id: 0, name: '5条/页' },{ id: 1, name: '10条/页' },{ id: 2, name: '15条/页' },{ id: 3, name: '20条/页' }]
dataNum 下拉默认选中的哪项与dataNumSelect的id保持一致,默认是1 number 1
onDataNumSelect 下拉选择之后的回掉函数 Function

开发调试

$ npm install -g ac-tools
$ git clone git@github.com:tinper-acs/ac-pagination.git
cd ac-pagination
$ npm install
$ npm run dev

Readme

Keywords

none

Package Sidebar

Install

npm i ac-pagination

Weekly Downloads

8

Version

0.0.1

License

MIT

Unpacked Size

963 kB

Total Files

27

Last publish

Collaborators

  • npm_yx