Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
50
Loading documents.core using requirejs
posted

We use requirejs to manage our file downloads for our pages and when we attempt to run a simple igGrid and export it we get a null pointer exception. By debugging into your code I found the issue is because the object JSZip was not defined on the dom so the data object is never built. Some further digging shows that ignite creates this object when documents.core is loaded but if it is loaded using requirejs this object is never created or exposed.

Do you have a way to work around this and expose the JSZip object when used with requirejs.

Parents Reply Children
No Data