Questions tagged [vue-good-table]

41 questions
0
votes
1 answer

Select All table rows (not only by pages) in vue-good-table Vue component

I'm using a Vue component called vue-good-table (https://xaksis.github.io/vue-good-table/) in a Laravel project. I just need to be able to select all the records in the table, using also the pagination offered by the component. The component offers…
nicoblue
  • 71
  • 2
  • 13
0
votes
1 answer

How to bring vuetify date picker into front of other component?

I am using vuetify date picker and vue-good-table(vgt). The problem arises when I use fixed-headers in vgt and the date component is used too.
BeaST 30
  • 696
  • 1
  • 10
  • 22
0
votes
1 answer

Pagination not working with search in vue-good-table

I'm using Vue-good-table remote search, I have got an issue when I'm searching on the second page. Search page automatically set to second page, but pagination set to the first page. I tried to set the page manually by setCurrentPage but it's not…
Udara Herath
  • 805
  • 2
  • 18
  • 37
0
votes
1 answer

Vue Good Table filter a composite column

I have a vue-good-table where I wanted to limit the columns a bit and made some composite columns, which consist of multiple properties of the row. The problem now is, the filterFn takes the column name to populate the data argument of the method.…
Thomas
  • 6,325
  • 4
  • 30
  • 65
0
votes
1 answer

vue good table - 3 requests to the service

I use vue-good-table object to render table in Vue.js. I use paging and sorting serverside. My code:
Matley
  • 1,953
  • 4
  • 35
  • 73
0
votes
1 answer

How can I make a vue-good-table automatically go to the next page every 5 seconds?

Here is an example of a vue-good-table from one of the tutorial they have, but I want to be able to make it go to the next page every 5 seconds and then when at the end restart back at pg1. How would it be possible to do this? HTML:
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
2 answers

How to select all (not only from first page) rows programatically in vue good table Remote Mode?

I'm trying to do something like this: any advice very welcome https://xaksis.github.io/vue-good-table/guide/advanced/checkbox-table.html#checkbox-table
231412 412389421
  • 303
  • 2
  • 13
0
votes
1 answer

vue good table - filterDropdownItems return incorrect values

filterDropdownItems: [ {'value': 'active', 'text': 'Active'}, {'value': 'inactive', 'text': 'Inactive'} ] When I select Active it display also Inactive values. Here is working example: https://jsfiddle.net/b90fa2er/2/ Any advice how to solve…
231412 412389421
  • 303
  • 2
  • 13
-1
votes
1 answer

How to properly access and concatenate data in vue-good-table

May I know how to properly access and concatenate my data in vue-good-table? Data is not appearing in the table. Here's my code: