PDF Export - Add Newline in footer row data
PDF Export - Add Newline in footer row data
I have a report that has a <tfoot with text broken up onto different lines, however when I export to a pdf the lines are all pushed together.
How do I have the PDF export with a new line where I currently have <br> tags? I have tried \r\n and \n but no results.
And on a side note, my first column in <tfoot is duplicated across 5 cells (the number of colspans I have set), is there a way to fix this?
I am using the standard 'pdf' button, but I see the same results with html5 pdf option.
<tfoot>
<tr>
<th colspan='5'>Data<br>With<br>New Lines</th>
<th>$$$</th>
</tr>
</tfoot>
Answers
We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin