Questions tagged [vue-tables-2]

Vue.js table component

Vue Tables 2 was created to give developers a fully featured tool-set for creating beautiful and useful data tables with Vue.js. Used in hundreds of commercial software applications, Vue Tables 2 is constantly growing, improving and getting new features

Official docs

136 questions
12
votes
2 answers

using Vue.js & DataTable(jquery plugin)

i'm new in Vue.js and DataTable and i hope some of you have the experience with their integration.. can somebody say for sure that its a good way to integrate Vue.js & DataTable(jquery plugin)? it's works just fine but i want to be sure it's the…
Koby Biton
  • 131
  • 1
  • 1
  • 6
11
votes
5 answers

How to use a Vue.js Plugin inside a custom Component?

I need to output a table and it's content which can be updated via Ajax. So I'm planning to use vue-tables-2 (https://github.com/matfish2/vue-tables-2) which is a Vue.js plugin. Using the Laravel way, I'm writing a Vue.js custom component, so how…
Luigi T.
  • 506
  • 3
  • 11
  • 22
9
votes
4 answers

Vue-tables-2(vuex) reactivity not working

I've several components using vue-tables-2 but one of them is not updating the table until I change the route. component