PDFTable last row cut every Page and also Page number not display in New Version TPPDF
Closed this issue · 11 comments
@philprime any update
@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 sure, I have an empty block that the table could use.
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 few rows.
I am also facing the same issue in v2.3.1, last row of first page and first row of the next page are always cut off when using single table with a long list of rows. Can anyone please help
@dipen0510, take the changes from "feature/205-optional-table-cell-splicing" branch and use the line below (already the default value)
table.shouldSplitCellsOnPageBreak = false
Thank you @icarus31 for the info, but if I set showHeadersOnEveryPage = true then the same problem happens although if I set it to false then it works perfectly fine. Any clue to resolve this?
@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 to loose 2 to 3 cells on the next page because hidden by the table header! That part, still waiting for answer here: #205
I just released 2.3.2, please try it out and let me know if the issue still remains (some issues with footer height were corrected)
@philprime hi, i'm using version 2.3.2, the next page is still cut by the table header.
This might be fixed in 2.3.5, please confirm
Closed due to inactivity