Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with JQuery 3 #1330

Open
Rizzelthon opened this issue Mar 17, 2023 · 2 comments
Open

Compatibility with JQuery 3 #1330

Rizzelthon opened this issue Mar 17, 2023 · 2 comments

Comments

@Rizzelthon
Copy link

I've an application with Jquery 3.1.1 .

When loading the last release of pivottable there is this error:

$.pivotUtilities. -> $ is undefined

....
WidgetPivotTable.prototype.updateTableInt = function ()
{
  // Not now
  if (this.lockUpdate || !this.pivotData)
    return;
  //
  // Find real aggregator name in actual locale
  let an = this.aggregatorName;
  let aidx = Object.keys($.pivotUtilities.aggregators).indexOf(an);

....

Is this component compatible with the latest version of jquery?

@dpierangeli
Copy link

I've the same problem.

@mpf82
Copy link

mpf82 commented Mar 17, 2023

Runs with 3.4.1 - https://jsfiddle.net/Lsf9451d/

Created from the official demo: https://jsfiddle.net/nicolaskruchten/kn381h7s/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants