-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue 3 Support #758
Comments
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 |
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: |
@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 |
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 :( |
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 |
I'm writing a new one from scratch with my needs. |
Any updates on Vue3 support? |
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 |
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. |
Collapsible groups are not working with vue-good-table-next. |
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.
The text was updated successfully, but these errors were encountered: