vue-paginate-al
Vue paginate with return your data.
Install via NPM
Register as Plugin
Usage
Props
Props | Description | Type | Required | Example |
---|---|---|---|---|
totalPage | Total paginate | Number | true | 10 |
currentPage | Current page | Number | false | 2 |
myData | For callback data without process | String | false | 'myname' |
withNextPrev | To show or hide button next/prev | Boolean | false | true |
nextText | Text for button Next | String | false | 'Next' |
prevText | Text for button Prev | String | false | 'Prev' |
activeBGColor | Background color | String | false | 'primary' |
customActiveBGColor | Background color custom | String | false | '#bb06a9' |