icarus31

Results 6 comments of icarus31

@jigs777 , same here, but from my side, the table is cut also too soon. Yours go to the end of the page! Maybe because I have a footer? For...

For me, the fix in branch feature-205 fixed my issue for cut table cell. Though, still have issue if there is an header displayed in the next page. It hides...

@dipen0510, take the changes from "feature/205-optional-table-cell-splicing" branch and use the line below (already the default value) table.shouldSplitCellsOnPageBreak = false

@dipen-sekhsaria , that's interesting that when you have showHeadersOnEveryPage set to true, you have the table cells cut. From my side, the only issue I had with that setting was...

No worries, I understand that you are not 100% dedicated to this superb project! :-) So, what I meant is I have a section (see function below) that I want...

I will see what I can do with PDFGroup. For the first column, I forgot a line in the example! :-) ```section.columns[0].add(.center, image: itemImage)```