VueTable

Simple table component for Vue.js 2.x with pagination and sortable columns

Get Started →

Simple

Only the basic rendering are handled by the components. You're responsible to feed data to the component via props.

Extensible

All the rendering logic are in separated mixins. Therefore if you don't want to use the default markup you can easily create your own table & pagination components.

Simple API

Interaction from the parent to the table is simple and uses VueJS scoped slots to allow more customization options without to much compromise.