Closed zeeshanyshaikh closed 7 years ago
Because you referenced VueJS 2 in your bugreport, there is a VueJS 2 variant of vue-tables, https://github.com/matfish2/vue-tables-2/ . Did you tried that package?
Actually, i am trying in vue-table-2 but mistakenly raised in vue-tables project.
Issue raised in correct project. (https://github.com/matfish2/vue-tables-2/issues/299)
If you dont wanna use the npm way: CDN: https://cdn.jsdelivr.net/npm/vue-tables-2@1.5.44/dist/vue-tables-2.min.js Just put it in the index.html with a script tag. Then in the app.js write: Vue.use(VueTables.ClientTable); and you can use this tutorial for support yourself https://edwardize.blogspot.com/2018/05/table-display-in-vuejs-vue-tables-2.html or whatever you want ;)
14
Vue.use(ServerTable, {}, false, require('../vuetable/compiled/v-server-table.js')('server'));