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 (delete the irrelevant ones) - [x] Bug ### Specs What version are you using? "vue-good-table": "2.21.10" What browser? Chrome ### Expected Behavior What did you expect to...
### Issue Type - [x] Enhancement Request ### Is there any plan to implement a Virtual Scroller? Would be pretty neat to be able to pull a few thousands rows...
### Issue Type - [x] Question (this is similar to #864) ### Expected Behavior Assume this is not multi-column sorting. I would expect that clicking the sort button in a...
### Issue Type (delete the irrelevant ones) - [x] Enhancement Request - [x] Question ### Specs What version are you using? v2.14.1 What browser? any ### Expected Behavior What did...
`position: 'bottom'` was declared twice on `paginationOptions` prop
- [x] Enhancement Request ### Expected Behavior After 3rd click, sort ascending ### Actual Behavior After 3rd click, sort is being reset
### Issue Type (delete the irrelevant ones) - [x] Enhancement Request: I used this code to download table as an excel file: exportToExcel(table, filename) { var tab = $(table).find("tr"), tab_text...
### Issue Type (delete the irrelevant ones) - [x] Question ### Specs What version are you using? 2.19.3 What browser? Chrome 90.0.4430.85 (Official Build) (x86_64) ### Expected Behavior What did...
This should fix #860