Exploring the possibilities of columns formatting.
All columns are standard report columns.
Employees report.
First name. Using a class to set the text colour to blue.
Last name. Using style to set the text colour to red.
Detail. The report has the additional columns email, department name and job title.
For the detail column the following html formatting used is:
<div>#EMAIL#</div>
<div>#DEPARTMENT_NAME#</div>
<div>#JOB_TITLE#</div>
Products report
By adding </td></tr><tr> extra rows are created.
The category and status are in div forcing them under each other.