dart_pdf
dart_pdf copied to clipboard
Merging / Spanning a cell in table
First of all thanks for this awesome library.
I am unable to span or merge cells in table. Is it even supported yet ?
If yes, then any example to achieve the same?
Thanks again.
This is not supported. Duplicates #256 #167
Ok thanks.
Would love to get notified as soon as this functionality is available.
@justkawal There is one way to achieve it. Use multiple tables, under a column. Like if first row is 4 columns and 2nd row is 2 columns, then put the first row in a table and then put the 2nd row in another table. Add the two tables as children to a column. This has worked for me.
A bit late to answer this. But just thought about adding what I have done. A great library it is thanks to @DavBfr
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days
Closing this stale issue because it has no activity.