Getting Started
npm install vue-tables-2> npm install vue-tables-2-premium npm install v-tables-3 import {ServerTable, ClientTable, Event} from 'vue-tables-2';Register the component(s)
Vue.use(ClientTable, [options = {}], [useVuex = false], [theme = 'bootstrap3'], [swappables = {}]);Vue.use(ServerTable, [options = {}], [useVuex = false], [theme = 'bootstrap3'], [swappables = {}]);Using a Script Tag
Last updated