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
0
votes
0 answers

Vuetable 2 doesn't show in browser

I'm just doing following the Vuetable tutorial to use it in my own app, but my browser shows a blank page. Vue dev tools always says "Vue.js is not detected"; I feel like I'm missing something simple. I've followed the tutorial verbatim, and works…
maw295
  • 1
0
votes
0 answers

Laravel 5.5 Pagination response json return message: Method view does not exist status code 500

I am trying to get some json data from pagination laravel but the process returns with a status code 500 and gives a massage "Method [view] does not exist on [App\Http\Controllers\Api\ConsumerController]." Here is my code…
0
votes
1 answer

vue-tables-2 server side data fetching

My code is as below data () { return { columns: ['name', 'start_date', 'end_date', 'partner', 'campaign_type', 'creation_date', 'created_by',…
vijay singh
  • 1
  • 1
  • 2
0
votes
1 answer

vue-tables-2 event emit not registering for custom filter

I'm getting this error: "TypeError: Event.$emit is not a function" whenever the watcher fires. I can console log the Event object since I imported it in my main.js file. I use a named prop because I have 3 different client tables on 1 page. I named…
Kay Singian
  • 1,301
  • 8
  • 20
  • 33
0
votes
2 answers

how to append axios data with good table in vue

guys, I m new to Vue so don't know how to solve this let me first show code then the problem, I m using Vue-Good-table here is link https://xaksis.github.io/vue-good-demos/#/simple-table
Rocky
  • 319
  • 3
  • 8
  • 23
0
votes
2 answers

Vue Tables 2 - perPageValues option not working correctly

I am using Vue Js v.2.4.4 and trying to configurate vue-tables-2 plugin. I have a list of rows and I am trying to limit them with the perPageValues option, here is my options: options: { filterByColumn: false, …
Alexey Shabramov
  • 730
  • 1
  • 16
  • 37
0
votes
1 answer

Vuex how to declare constant root mutations

So I have a very similar Application Structure to the example below https://github.com/vuejs/vuex/tree/dev/examples/shopping-cart However, there is no root mutations defined there. I need to create one since I have to update the state that is…
Kay Singian
  • 1,301
  • 8
  • 20
  • 33
0
votes
0 answers

Vue-Tables-2 fetched data from other component

I create a admin panel to see some informations about users and groups in vue2.js. In my overview.vue page i collect all the data from the backend with axios.get requests. Now i try to pass these data from my overview.vue to all my tables which i…
Alex
  • 132
  • 1
  • 4
  • 21
0
votes
0 answers

Use localhost URL in vuetable-2

I am trying to use this component in my project. Below code is working. But it is not working…
abu abu
  • 6,599
  • 19
  • 74
  • 131
0
votes
1 answer

Vue-Tables-2: How to pass a VueJS custom filter?

How would one go about applying a VueJS filter (i.e. {{ price | currency }}) to data displayed using vue-tables-2? I tried playing around with slots with one of the demo tables to no avail: https://jsfiddle.net/jfa5t4sm/11/ This is a bit annoying,…
Joshua Swiss
  • 195
  • 1
  • 5
  • 17
0
votes
1 answer

Router link in vuetable?

I use vuetable 2 in the project. In this table I take data from json. It is necessary to do, for example: There is a column to Order, in it information ORD1231 ** and so on. When you click on one of the cells, the order goes to another page with a…
Serpent
  • 3
  • 3
0
votes
0 answers

Accessing $refs after first render using vue-tables-2

I've been stuck on this issue for a few weeks now think time to ask for help. Basically I am using Laravel with Vue 2 and the matfish2/vue-tables-2 package and all is well the table displays no issues there. The thing is when I do an action such as…
dmotors
  • 611
  • 2
  • 7
  • 19
0
votes
1 answer

On click function in vue-tables-2 throwing fns.apply is not a function

I'm currently implementing vue-tables-2 (first time) and I've set up a template to show an icon that will fire an event when clicked. However, I'm getting an error that I'm not sure where it's deriving from. The error is the following. Uncaught…
RoflWaffle17
  • 171
  • 4
  • 14
-1
votes
1 answer

vue element ui how to create multiple summary rows

I am trying to use the data table component from element ui, but seems to run into an issue with the summary rows feature. it seems like you can only create one summary row, and if i try to return multiple values it just breaks the table. the code…
moti shaku
  • 47
  • 7
-1
votes
4 answers

How can I dynamically remove a parent in JSON with JS?

With some JavaScript, how can I transform a JSON from: { "d": { "__count": "13", "results": [ { "__metadata": { "id": "123" }, "COAST": "East", "STATUS": "done", "COLOR": "blue", …
Alex
  • 45
  • 2
  • 6
1 2 3
9
10