Table cell organization bug
ubidval opened this issue · 3 comments
ubidval commented
I have an issue with the table cell organization when we have 2 columns that have with child columns. The children of the second column are not rendered correctly during the PDF generation with pdfmake.
The HTML code used :
<table style="width: 100%;" data-pdfmake='{ "dontBreakRows": true }'>
<th colspan="3" rowspan="2">Numéro d'ordre</th>
<th colspan="13" rowspan="1">Titulaire</th>
<th colspan="4" rowspan="2">Nombre de titres</th>
<th colspan="13" rowspan="1">Bénéficiaire</th>
</tr>
<tr style="font-weight: bold; text-align: center;">
<th colspan="10" rowspan="1">Nom et prénom / Dénomination sociale</th>
<th colspan="3" rowspan="1">N° de compte</th>
<th colspan="10" rowspan="1">Nom et prénom / Dénomination sociale</th>
<th colspan="3" rowspan="1">N° de compte</th>
</tr>
</table>
Aymkdn commented
I need to investigate. I'll get back to you.
Aymkdn commented
ubidval commented
Thanks !