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 (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: ![image](https://user-images.githubusercontent.com/19785727/127182823-bf1db26f-e815-4b7c-959e-27dd445c0fb9.png)

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

dependencies

Added an option to drag columns in a new order. ![Screen Recording 2019-08-08 at 09 47 59](https://user-images.githubusercontent.com/1562165/62685067-32e25b00-b9c2-11e9-9e28-cd6bc075f97f.gif) 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...

Need More Info

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