PDF Export - Add Newline in footer row data
PDF Export - Add Newline in footer row data
![notnow387](https://secure.gravatar.com/avatar/1d5c2917957a93b74800ab809876e05b/?default=https%3A%2F%2Fvanillicon.com%2F1d5c2917957a93b74800ab809876e05b_200.png&rating=g&size=120)
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