vue-good-table
vue-good-table copied to clipboard
An easy to use powerful data table for vuejs with advanced customizations including sorting, column filtering, pagination, grouping etc
### Issue Type - [x] Bug ### Specs Package version: 2.21.10 Browser: Firefox Table setup:  ### Expected Behavior No input lag on remote mode when searching ### Actual Behaviour...
### Issue Type (delete the irrelevant ones) - [x] Question ### Specs What version are you using? 2.21.10 What browser? firefox ### Expected Behavior Hey i like to access all...
### Issue Type (delete the irrelevant ones) - [x] Bug ### Specs 2.21.10 What browser? Google Chrome ### Expected Behavior When a string with multiple spaces in between words is...
Hello, Great job with these tables! Is there any way I could nest grouped rows as showcased in the following screenshot based on `/dev/grouped-table.vue` ?  I have been reading...
### Issue Type - [x] Enhancement Request - [x] Question ### Specs - What version are you using? ^2.21.9 - What browser? Chrome ### Expected Behavior Currently, I am able...
### Issue Type - [ ] Bug - [x] Enhancement Request - [x] Question ### Specs What version are you using? 2.21.10 What browser? Firefox ### Question/Enhancement Request The event...
Where is the best place to dynamically add `filterDropdownItems` based on an API response? I have tried in `beforeUpdate` Vue method but it is calling `onColumnFilter` every second. ``` beforeUpdate:...
I use `filterDropdownItems`: > filterDropdownItems: [ > { value: 'inactive', text: 'Inactive' }, > { value: 'active', text: 'Active' }, > { value: 'check', text: 'Check' } > ], but...
### Issue Type (delete the irrelevant ones) - [x] Bug ### Specs **2.21.10** ### Expected Behavior When the pagination's position is set to 'both' (top and bottom) then next button...
### Issue Type (delete the irrelevant ones) - [1] Enhancement Request When there are too many columns, how can fix some of them? I have huge chunks of data to...