Brian Sweeney
Brian Sweeney
Dompdf does not yet support this feature.
I'm fairly certain there's an existing issue for this ... but I couldn't find it in a quick search.
Maybe #232 is most appropriate, which points to #55.
I can't promise a quick solution though I have been thinking about the problem a bit recently. Other more urgent issues have come up recently, however, so it'll have to...
I believe the issue is that when a row is paged the map of cells associated with the row is [reset](https://github.com/dompdf/dompdf/blob/v1.1.1/src/Cellmap.php#L726-L772), but the row-spanned cell is not added back when...
There is no solution or work around for this issue yet.
This is not planned for the 2.0.0 release (trying to wrap that one up). Hope to look at this a bit more for a near-future release, though.
Not solved yet, no.
Currently, no. Dompdf renders content as it is encountered. Because of this rendering logic, the first column would be rendered completely, followed by the second column. If that first column...
The style that's causing problems is `p { page-break-after: always; }` ... which is just an insane style to begin with. Who wants to break pages after every single paragraph?...