@lossendae/vue-table

0.1.8 • Public • Published

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

Package Sidebar

Install

npm i @lossendae/vue-table

Weekly Downloads

1

Version

0.1.8

License

MIT

Unpacked Size

332 kB

Total Files

16

Last publish

Collaborators

  • lossendae