Hi, we are seeing issues w/ dependencies like jQuery and Bootstrap being included by KoolReport / widgets and conflicting with versions already in use in our larger application.
Is there an easy way to shut down javascript dependencies being included and "grabbing" the script block content separately from the report view, so we can manage where it is included in the page? For example, I would like to move the "KoolReport.widget.init" call to the end of the page and put it in a specific loading block that fires once page load is complete.
Ideally, I would like to have a way to get a list of scripts, etc. from the widgets and view and have our existing resource management infrastructure handle this, but obviously that's a bigger ask.
Just looking for some ideas as it looks like there are javascript files spread throughout the package in not very easy to override places.