The HTML table element generated by the HTML Exporter should have an attribute, class="JasperReports" or an id, or something similar.
Reason: I want to apply a style to it. The obvious solution is to have a CSS file, with a selector, "table.JasperReports { ... }".
(This change should be trivial, and should have no adverse impact.)
Recommended Comments