ph-pdf-layout
ph-pdf-layout copied to clipboard
Vertically splittable table
Hello,
is it possible to create a vertically splittable table, so that in the meantime no row gets splitted? In instance, when a row has a column with multiple lines of text, it happens, that the row gets splitted on the two successive pages, which i want to avoid, that is, i'd like to keep the rows "atomic".
Thanks, Alex
If I understand you correctly that can be achieved, when the row-content itself is not splittable. So if you have a row that is splittable but the content is not, then the content is atomic. I created a small test and this is the outcome:
Hello,
thank you for the sample pdf, this is the part, i'd like to avoid:
So that the whole row should reside on either the first or the second page (Right now i came up with a solution, to split up my data, and display it in multiple tables, each on its own page).
Thanks, Alex
Look at the PDF. The first page break breaks it nicely - because the content is not splittable. The second page break is what you want to avoid, because the content is vertically splittable. See also the linked code snippet above
Thanks!
Is that solution suitable for you, so that we can close the issue?
Works like a charm, thank you for your efforts again! :) One more subtle remark: the top border disappears in the continued tables. Do you know why is that?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.