Closed djcaesar9114 closed 2 years ago
Have you seen this? http://tabulator.info/docs/5.0/frameworks#vue
Yes, I did :) This is clearly not working with VueJS3 composition API, or I misinterpret how it should work.
This is a duplicate of #3194
Hey @djcaesar9114
Can you provide a link to the console errors you are seeing?
Cheers
Oli :)
Actually it comes from the fact that vue-tabulator doesn't support Vue3: https://github.com/angeliski/vue-tabulator/issues/109 Also, it doesn't work with Tabulator 5: https://github.com/angeliski/vue-tabulator/issues/116
It's a shame because tabulator seems great. I'll have to look for another solution :(
Website Page A link to the page with the issue
Describe the issue
First of all thanks for your work, the results are impressive!
Well, the issue is that I don't know how to use Tabulator, which seems a very good tool, in my VueJS3 app. I suppose I have to import the library in my
main.js
:Then in the same
main.js
I have to use tabulator:And in any component (for example
MyData.vue
) I have to inject it:But of course What I wrote doesn't work. I haven't gone deep enough in Tabulator to understand how I could use it properly.