Ravi Tej
Ravi Tej
Happens because the generated files include the function twice(take a look at generated .js) files. Hope it will be fixed soon.
Hi @PedroD Have you figured out any workaround for this ? I have also encountered this on my nuxt project. Very helpful if you can share in case you figured...
I got it working by adding process.client while importing in the plugin... From my ~/plugins/vue-pivottable.js from nuxt ``` import Vue from 'vue' if (process.client) { const {VuePivottable,VuePivottableUi} = require('vue-pivottable') console.log('inside...
Thanks for sharing .
Hi @jzju, I was also looking for the cell edit finished event. Is this the workaround for now or did you find anything else. This would be helpful to wait...
Any workarounds for this ?
I vote
Yes,expected to work on Android as well as it's a js only library. Any specific configuration needed for Android ? I followed the usual setup and added permission for network...