Vue.js 2 Paginator Component

VueJs Paginator is a simple but powerful plugin since it gives you access on how to render the data, instead of using a predefined table. It takes a resource_url and generates simple pagination buttons. Every time a page is changed or fetched, it emits an event to update the resource.

Live Preview:

vue-js-paginator

Download Details:

Author: hootlex

Live Demo: http://hootlex.github.io/vuejs-paginator/

Download Link: https://github.com/hootlex/vuejs-paginator/archive/master.zip

Official Website: https://github.com/hootlex/vuejs-paginator

Install & Download:

npm install vuejs-paginator --save-dev

Add Comment