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
1
vote
1 answer

Make datetime column sortable in Vue Tables 2

I have a custom component that is using the v-client-table method from the Vue Tables 2. The table has two columns, one of which is a datetime column (format: MM/DD/YYYY h:mm A). I have it as sortable, but it doesn't sort accurately based on the…
cfnerd
  • 3,658
  • 12
  • 32
  • 44
1
vote
1 answer

How to use VeeValidate or any third party package locally inside vue component

Ok here is the situation, I am working on a SPA with Vue.js. I am using VeeValidate in one of my component say in Component1.vue like this, import Vue from 'vue'; import VeeValidate from 'vee-validate'; Vue.use(VeeValidate); export default { …
Sazzadur Rahman
  • 2,650
  • 1
  • 18
  • 34
1
vote
1 answer

Vue-tables-2 detecting which filter was applied

I am trying to set up a basic server side vue-tables-2 with two filters - one is a dropdown and the other is a search field. I am having trouble detecting which of the two filters were applied within the requestFunction() so I can send a request…
AnchovyLegend
  • 12,139
  • 38
  • 147
  • 231
1
vote
2 answers

Setting up JsFiddle with Vue and vue-tables-2 - t is undefined

I am trying to get help with a particular vue-tables-2 package implementation. In order to do so, I am trying to set up a jsfiddle and keep getting a t is undefined error for even the most basic implementation. Has anyone else run into this error? I…
AnchovyLegend
  • 12,139
  • 38
  • 147
  • 231
1
vote
1 answer

Binding classes to a scoped slot for matfish2/vue-tables-2

I'm using matfish2/vue-tables-2 for creating vue tables and I'm able to use a scoped slot to add data to columns. Here is a quick snippet: