zvons
zvons

Reputation: 11

PivotTable.js usage in Vue 3 (jquery pivot() is not a function)

I'm trying to integrate PivotTable.js inside my Vue 3 project. It just does not work.

I Installed jquery and pivottable from npm and when I call $("#output").pivot(--settings---) it just says that pivot() is not a function for jquery.

Can anyone help me?

P.S. I found some vue implementations of the pivottable js but they are in Vue 2 and I had a lot of issues trying to migrate it to Vue 3. That's why I'm trying to integrate directly

Upvotes: 0

Views: 476

Answers (0)

Related Questions