Project Awesome project awesome

@lossendae/vue-table

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

Package 11 stars GitHub

VueTable CircleCI

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

Documentation is available here: https://lossendae.github.io/vue-table

Installation

npm install --save @lossendae/vue-table

Then in your component

import Vue from 'vue'
import VueTable from '@lossendae/vue-table'

// install globally...
Vue.use('vue-table', Vuetable)

// Or in your Vue component

export default {
    components: { Vuetable },
    ...
} 

License

MIT

Back to Vue.js