Skip to content

Break on table row that does not contains rowspan

Boris Budini requested to merge table-rowspan-break into master

HTML page (without Paged.js)

original-table

Before (current)

bad

After

good

Arguably, this change is a bit too specific to be included? That's why I suggested an extension point/hook in #281.
But maybe it should be the default behavior since Paged.js does not recreate rowspan when a table/row is chunked?

Merge request reports