Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PDFTable last row cut every Page and also Page number not display in New Version TPPDF #246

Closed
jigs777 opened this issue Oct 22, 2020 · 11 comments

Comments

@jigs777
Copy link

jigs777 commented Oct 22, 2020

Hello We are face issue PDFTable last row cut and second page first row cut in new version of TPPDF.Please see the attachment.
Simulator Screen Shot - iPhone 11 Pro Max - 2020-10-22 at 15 07 25

TPPDF version 2.3.1

@jigs777
Copy link
Author

jigs777 commented Nov 7, 2020

@philprime any update

@icarus31
Copy link

icarus31 commented Nov 12, 2020

@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.

@icarus31
Copy link

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.

@dipen0510
Copy link

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

@icarus31
Copy link

@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
Copy link

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?

@icarus31
Copy link

@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

@philprime
Copy link
Member

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)

@noeno001
Copy link

@philprime hi, i'm using version 2.3.2, the next page is still cut by the table header.

Screen Shot 2020-12-10 at 19 43 42

@philprime
Copy link
Member

This might be fixed in 2.3.5, please confirm

@philprime
Copy link
Member

Closed due to inactivity

@philprime philprime closed this as not planned Won't fix, can't repro, duplicate, stale Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants