vuejs-paginator
vuejs-paginator copied to clipboard
A Vue.js plugin to easily integrate pagination.
hello ! great initiative ! do you think this component is easily ajustable to work with variable height content ? i illustrated the case, imagine a system with three column...
I am having an issue where the Next button is not being disabled on the last page. The user can click the button and the result is a blank page...
Due to no `type` attributes on the pagination buttons, the browser renders them as `type="submit"`, which would submit a parent form if one is wrapped around the pagination. Adding `type="button"`...
Hi first let me clear that, I'm new to vue.js and I don't have much idea about component events and all. can you please provide me the demo code where...
Hi ! Could u give me a demo or api ? Thank u very much .
Is there a plan to add pagination with page numbers instead of only Previous/Next actions?
[jsDelivr switched to a fully automated system](https://www.jsdelivr.com/features), that can serve files from npm and GitHub. This means all future releases will be available automatically, but will use a new link...
Is there a way or how can I add attribute on the pagination button? for example i like to add ID on the next and previous button?
- I noticed that the vue version of `package.json` is still 2.0.0. Is it possible to update to a major version of the mainline?