Hello everyone.
I'm having issues trying to render a HTML table on a PDF File, so far after certain tag,
This is my HTML Code -> https://codepen.io/soportehrm/pen/eYyGGVY
and this is my flow:
What i've noticed is that if i add a new <tr> with 2 <td> (One with colspan=1 and the other with 2) like this:
<tr>
<td colspan=2 class="nb left"><b>Comentario:</b> placeholder</td>
<td colspan=1 class="nb left"><b>Comentario:</b> placeholder</td>
</tr>
It doesn't render on my PDF file, but in the HTML code it still appears correctly.
Update: Apparently the colspan are breaking the PDF File.