Questions tagged [vue-data-tables]
23 questions
0
votes
1 answer
How to get rid of the Brackets from fetched Nested Array
Good day to you guys.
May I seek your help.
I'm stuck figuring out on how to get rid of the Brackets and Separate each data from my nested array. Here's my code:

Ace Valdez
- 241
- 4
- 8
0
votes
1 answer
VueJs export table data
I am using vue-data-tables with element-ui and I am looking for solution to export data from my tables.
Logic
I need to export data that are placed in front-end table and not the data that are returning from back-end
data in tables are limited as I…

mafortis
- 6,750
- 23
- 130
- 288
0
votes
1 answer
vuejs Datable is not working with api's fetched data
I want to display the data in table using vue-datatable but it is not working.
Here is the code that i am using ,i am getting data in json format but it is not appending with datatable
can anyone help me in this or any better way to do this.
Thanks…

HaryanviDeveloper
- 1,005
- 1
- 8
- 15
0
votes
1 answer
is there any way that i can override the click event through Vue.js
I am currently using Vue-datatable, where I have a generic vue component as . I am using this base component to render data table and I have a @click event in the in the element. but as I use this component in various places I want the @click…

Vaseem Akram
- 59
- 1
- 2
- 10
0
votes
1 answer
Is there any way to modify vue-good-table pagination style?
vue-good-table allows pagination like following:
But I need pagination like below image:
Is there any way to have that pagination style using vue-good-table?

Md Riadul Islam
- 1,273
- 11
- 25
0
votes
0 answers
how to get 1 row value from (onclick) selected row datatables vue js 2
hello i didnt have any example to try this method..
can any one give me some little example for take 1 row value from datatable (onclick) selected row on vue js.
this is my template table

Didi Rumapea
- 55
- 1
- 6
0
votes
1 answer
Use Object property as field value in VueJS data tables
In my project I am using VueJS (2.5.9) to render and edit data tables for an administrative application. For the data table, I was first using a simple Grid component, as per the example found here, then I found this great vue-tables-2 package, but…

ibanjo
- 323
- 2
- 14
0
votes
1 answer
Vue: Adding a sub-component into component
All my pages are created under Page-Component.vue, and I am trying to use vue-data-tables
main.js
var Vue = require('vue')
import VueRouter from 'vue-router'
import Vuex from 'vuex'
import DataTables from…

Hanxue
- 12,243
- 18
- 88
- 130