vue-good-table
vue-good-table copied to clipboard
Vue 3 Support
- [x] Enhancement Request
As Vue 3 has RC It will be a good idea to add support for Vue 3.
Currently if we use vue-good-table with Vue 3 we are getting error due to $set which is not needed in vue 3.

Isn't it's but early to talk about vue3 support? Dit what we know they might add backwards compatibility before final release
Hi @p0psicles Vue 3 has been released : https://github.com/vuejs/vue-next/releases/tag/v3.0.0 Also it's been in RC stage for several months (which meant it wouldn't be subject to breaking changes). Anyway I'm interested to know if the author plans to support Vue3!
I follow, I am deciding which plugin to use to manage my server side tables with 50 columns and 1kk records. I need a plugin that is supported over time and that means using VueJS 3. The last commit was two months ago and there are over 100 issues open. Is it still maintained?
@realnot although VGT does support remote mode, it was never built specifically for it and most of its features are targeted towards client-side tables. I don't think this would be a good match for your use-case.
@jd-0001 @gterras There's no ETA on vue3 support currently but I'll leave this open for now till a more appropriate ticket is created to plan out the migration in the future.
@xaksis Could you suggest another plugin that play well in retrieving, sorting and filtering backend data? I found these one: https://openbase.io/packages/top-vue-table-libraries
@realnot, sorry I don't have the right expertise here. The forum seems like a good place to begin with though. Sorry, wish I could be more helpful.
@xaksis do you need help? I think we could migrate to vue 3 without any problems
@realnot, sorry I don't have the right expertise here. The forum seems like a good place to begin with though. Sorry, wish I could be more helpful.
Don't worry, you already created this project. The following weeks I'll try to test this package for server on data driven applications
Are there any updates on this?
Any plan for vue 3 support?
I asume PR's are very welcome
Any updates on Vue3 support?
I'm looking to convert an existing app from Vue2 -> Vue3 and would love to see this happen.
For who wants to give it a go https://github.com/kiwina/vue3-good-table
@kiwina thanks for this. Everything seems to be working great except the search feature :(
@xaksis Could you suggest another plugin that play well in retrieving, sorting and filtering backend data? I found these one: https://openbase.io/packages/top-vue-table-libraries
Finally what component are you using?
@xaksis Could you suggest another plugin that play well in retrieving, sorting and filtering backend data? I found these one: https://openbase.io/packages/top-vue-table-libraries
Finally what component are you using?
I ported the one I made in knockoutjs haha
@xaksis Could you suggest another plugin that play well in retrieving, sorting and filtering backend data? I found these one: https://openbase.io/packages/top-vue-table-libraries
Finally what component are you using?
I ported the one I made in knockoutjs haha
can you provide github url link? thank you
@xaksis Could you suggest another plugin that play well in retrieving, sorting and filtering backend data? I found these one: https://openbase.io/packages/top-vue-table-libraries
Finally what component are you using?
I ported the one I made in knockoutjs haha
can you provide github url link? thank you
nothing public yet
@xaksis Could you suggest another plugin that play well in retrieving, sorting and filtering backend data? I found these one: https://openbase.io/packages/top-vue-table-libraries
Finally what component are you using?
I'm writing a new one from scratch with my needs.
Any updates on Vue3 support?
@famcodings https://github.com/xaksis/vue-good-table/issues/758#issuecomment-812631742
@famcodings #758 (comment)
Thanks for pointing out, I've already checked that solution, I was just wondering if we have official vue 3 support for this package or not.
check this https://github.com/borisflesch/vue-good-table-next supported with Vue3 documentation https://borisflesch.github.io/vue-good-table-next/guide/#installation
check this https://github.com/borisflesch/vue-good-table-next supported with Vue3 documentation https://borisflesch.github.io/vue-good-table-next/guide/#installation
seems to be a good drop-in replacement for this plugin 👍
check this https://github.com/borisflesch/vue-good-table-next supported with Vue3 documentation https://borisflesch.github.io/vue-good-table-next/guide/#installation
seems to be a good drop-in replacement for this plugin 👍
Unfortunately I found this project problematic - if I add any Vue Component to one column cells (e.g. Vuetify V-TextArea to edit data right in place) - it starts lagging just for dozens of seconds (even with 10 rows rendered)...A lot of table patch event calls, so, please, just keep this bug in mind. Maybe it can be a workaround to make a dialog box on row click in my project, but it is some frustrating experience when you need to think about such issues.
Collapsible groups are not working with vue-good-table-next. Please fix it!