vue-good-table icon indicating copy to clipboard operation
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

Results 137 vue-good-table issues
Sort by recently updated
recently updated
newest added

### Issue Type - [x] Bug ### Specs Package version: 2.21.10 Browser: Firefox Table setup: ![table](https://user-images.githubusercontent.com/26413668/124501130-4d492d00-ddc1-11eb-9eb3-df5fced30335.png) ### 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` ? ![b0e969d6bec8f4c7b18a9d3ac84eecd7](https://user-images.githubusercontent.com/16818271/77013339-2b2f5f80-6970-11ea-9c85-0d49bc797abf.png) 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...

bug

### 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...