Hi,
I want to copy the ag-grid JS functions data in CDN and access it into my Dashboard XML.
I copied all the functions into a New Js file and tried adding the js file in xml through <script src=>, but it's not reading the JS file.
I have tried to check for any single function from the console but it's not reading the data.
Is this right approach to copy data from CDN into Js file and access through XML? If not please suggest the better approach.