Seungwoo321 / vue-pivottable

It is a Vue port of the jQuery-based PivotTable.js
MIT License
139 stars 75 forks source link

VuePivottableUi this.$set is not a function #75

Open alexvdvalk opened 1 year ago

alexvdvalk commented 1 year ago

I'm getting this error with Vue3 and Vite. I've tested in a fresh project too.

Screenshot 2023-05-19 at 14 48 04
JoeMrak commented 1 year ago

Me too, have you solved it

JoeMrak commented 1 year ago

Do you currently support Vue3? Or is this project not being maintained

chikko80 commented 3 weeks ago

same problem even in compat mode, i think the app is not supported in vue3 at all.

@Seungwoo321 Can you please clarify on this if the app is supposed to work with vue3 or if its expected to be broken?

Thanks

chikko80 commented 1 week ago

I found a guy who created a fork which makes it vue3 compatible. https://github.com/brettcodling/vue3-pivottable

His version didn't perfectly work for me and missed some features like event emitting so i created my own fork based on his fork:

https://github.com/chikko80/vue3-pivottable I also changed the css to integrate with primevue4. Feel free to fork any of these projects and adjust for your needs. You can find the changes i did in the readme.