In the report module it is possible to have tables generated in the HTML report file.The layout of these tables is described in CSS styles. It is, for each table, possible to choose from 9 different CSS table styles. Each CSS style can be edited by the user to their own likings. Attached to this page is a default CSS style sheet which can form the basis for the CSS styles.



Row Per Location HTML Table

An alternative to setting table style in the rowPerLocationHtmlTable is to use an optional class.

Examples
<rowPerLocationHtmlTable id="id" tableClass="custom_class">
or
<rowPerLocationHtmlTable id="id" tableStyle="tableStyle1">




  • No labels