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? - 2.21.11 What browser? - Firefox 97.0 for Windows ### Expected Behavior Even...
Implemented the example, but get this error: 
Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@nschonni) Set rejectUnauthorized to true by default (@scott-ut, #3149) Features...
Added an option to drag columns in a new order.  I added `@on-column-dragged="onDraggedColumn"` and `:draggableColumns="true"`. OnDraggedColumn gives back the new order of the...
### Issue Type - [x] Enhancement Request ### Specs 2.21.11 What browser? NodeJS ### Expected Behavior There is a need for a click event on a header row in a...
### Issue Type (delete the irrelevant ones) - [x] Bug ### Specs What version are you using? v2.21.11 What browser? Chrome ### Expected Behavior What did you expect to happen?...
### Issue Type (delete the irrelevant ones) Question Which sections am I supposed to target for this implementation to work? Is it even possible with the constraints of the original...
Passes the current index to function of the colspan on a td item
### Issue Type (delete the irrelevant ones) - [x] Bug ### Specs What version are you using? 2.19.1 (latest) What browser? Mozilla Firefox and Google Chrome ### Expected Behavior What...
Fixed little error. Moved @on-search handler outside :search-options