I started working with the PivotGrid and everything worked with the examples. When I changed over to pulling data from an API it seems that the DataAdapter for the PivotGrid executes before the DataAdapter is complete. If I just take the JSON and input it in component the latency is removed and everything works. Any suggestions?
I’m running JQWIDGETS 5.3.2 Angular 4.3.5.
Thanks, Gary.
I get the following error:
vendor.bundle.js:93537 ERROR TypeError: Cannot read property ‘expand’ of undefined
at CandidatePivotComponent.webpackJsonp…/../../../../src/app/test/candidatespivot.component.ts.CandidatePivotComponent.ngAfterViewInit (main.bundle.js:4983)
at callProviderLifecycles (vendor.bundle.js:103706)
at callElementProvidersLifecycles (vendor.bundle.js:103681)
at callLifecycleHooksChildrenFirst (vendor.bundle.js:103665)
at checkAndUpdateView (vendor.bundle.js:104770)
at callViewAction (vendor.bundle.js:105127)
at execEmbeddedViewsAction (vendor.bundle.js:105085)
at checkAndUpdateView (vendor.bundle.js:104763)
at callViewAction (vendor.bundle.js:105127)
at execComponentViewsAction (vendor.bundle.js:105059)