How to remove the white space issue occurring inside the table columns , while creating pdf templates.
Use <p> tags inside the <td>.
<td align="center"><p style="text-align: center;">${record.otherrefnum}</p></td>
How to remove the white space issue occurring inside the table columns , while creating pdf templates.
Use <p> tags inside the <td>.
<td align="center"><p style="text-align: center;">${record.otherrefnum}</p></td>