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

- [x] Question - [x] Enhancement Request Hi! Is there a way to highlight the search queries?

确定 If the style is not turned off when tableEnabled is false!!

### Issue Type - [ ] Bug - [ ] Enhancement Request - [x] Question ### Specs What version are you using? V0.2.1 with Vue 3 What browser? Electron framework...

Custom Column headers example wasn't working for newer versions. I updated to use the current syntax.

### Issue Type (delete the irrelevant ones) - [x] Bug ### Specs 2.21.11 What browser? Chrome, Edge, Browser ### Expected Behavior If I set perPage -1, the selected dropdown should...

✅ This ensures .length is only called on arrays. ### case : ``` main.js:344 TypeError: Cannot read properties of null (reading 'length') at VueComponent.showEmptySlot (vue-good-table.esm.js:13780:82) ``` ✅ Root Cause `this.paginated[0].children`...

Hi, I want to use superscript or subscript tags in a row. How can I do this?