vue-easytable
A powerful table components based on Vue2.x
Vue table components, support for cell edit,multi-head fixed, multi-column fixed, clumn drag, sort, custom column ...
Install
npm install vue-easytable --save-dev
Usage
// import css
import 'vue-easytable/libs/themes-base/index.css'
// import table and pagination comp
import {VTable,VPagination} from 'vue-easytable'
// Register to global
Vue.component(VTable.name, VTable)
Vue.component(VPagination.name, VPagination)