A simple wrapper around vuetable2 that should be sufficient for 80% of use cases.
npm install vuetable2-wrapperA simple wrapper around vuetable2 that should be sufficient for 80% of use cases.
Bundles Bootstrap styling, pagination, and pagination info together.
``
npm install --save-dev vuetable2-wrapper
import VTable from 'vuetable2-wrapper/src/Table'
Vue.component('v-table', VTable)
``
Passthrough - https://zendev.com/2018/05/31/transparent-wrapper-components-in-vue.html