Hi,
I tried to use the ejPivotGrid with the RequireJS module, but it doesn't work.
The first block of errors were caused by RequireJS requesting common js (jquery-easing.js, jquery.js, jsrender.js) to be under the "assets" folder with a specific name.
The second block of errors were caused, again, by RequireJS requesting some js, under script\datavisualization, but those scripts are not available as "standalone" script in the assets folder.
Most of these scripts are named something link "ej.<something>renderer.min".
Is the RequireJS simply not supporting the ejPivotGrid, or I am doing something wrong?
Thanks