You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thankyou for your quick reply. I solve this problem cloning the pivotviewer.JS file and changing:
-the name of the initial global var
-methods exposed to jquery
-the publish\subscribe\unsubscribe methods name
I don't think that this is a good code practice but it works. If you find another way let me know.
Thankyou in advance
Hello,
is possible to run two instances of pivotviewer in the same page?
I have:
-Controller1.js:
declare var PivotViewer: any;
('#pv1').PivotViewer({ ... });
-Controller2.js:
declare var PivotViewer: any;
('#pv2').PivotViewer({ ... });
There are no error and a blank page with only pv header is shown.
Is there a way to make it working?
Thankyou in advance
The text was updated successfully, but these errors were encountered: