I want dynamic html page when I export the Jasper report to html format. To apply Js frameworks to make it dynamic i want to grab the html generated. But the problem is that the html generated is not complete to be applied framework(like Jquery) directly.
I gues there must a html template at the back in which data is filled in Jasper reports. Where can I find that html template in Jasper reports code?
Can I modify the html template?