Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
I have gone through the code. Whenever a table widget it used, the jQuery is automatically added as a library. But the other parts of the page i am writing already have jQuery loaded. Can you help me to not load koolreport library jQuery.
Edit: I have commented out the part where it loads jQuery as js resource. I just love to keep using koolreport. But this is a bad programming practice on my part.
What KoolReport Widget like table does is that it will try to detect jquery on the page by typeof(window.jQuey)!="undefined". If the jQuery has not been on the page, widget like Table will load jQuery. so you make sure that, your jQuery is loaded before table is rendered.
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo