html2pdf does not interpret a table within another table cel
Status: Abandoned
Brought to you by:
renatoac
html2pdf doesn't recognize a table embedded inside another table cell. It shows up as if that particular table cell which had another table completely empty. For example.
<table >
<tr><td> <!-- this cell has another table in it with the message: "hello" which is never displayed. -->
<table><tr><td>hello</td></tr></table>
</tr></td>
</table>