shouldSplitCellsOnPageBeak is ignored
Closed this issue · 7 comments
I try to create a table where cells are not split on a page break. I stumbled upon the property shouldSplitCellsOnPageBeak
which is false
per default, so I would expect it to work as I like. But it seems the property is ignored.
When searching for that word, I only find it once, it seems as if it's never used... Is there a way to prevent cells to be split on page break?
Oh yes, I just checked out the master branch.
Looks like this was released in the most recent branch, as the flag already existed on develop
but is not used yet.
Thanks a lot for reporting this!
You can take a look at branch feature/205-optional-table-cell-splicing
if it already fits your needs, unfortunately due to time issues it might not be stable yet.
looks good, thanks a lot! The only problem left now is only that my cell is pretty wide, so an image can be too high to fit on one page - and I didn't find a way yet to make it smaller (when I make the UIImage
itself smaller, the image in the table has the same size with less quality...)