Skip to content

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

License

Notifications You must be signed in to change notification settings

lossendae/vue-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published