-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
Repeat TableList heading on new page when list exceeds page bottom margin #130
Comments
Hello @johnfercher! So I have this code to figure out if we should insert a new table header or not
So I try to calculate the expected pagebreak and if the future currentOffset would overlap or equal the page break. However, I have this magic number
|
Hi Guys, |
@Dragomir-Ivanov I will investigate this more in the coming weekend |
@happsie |
Is this available on v2 or have a solution? |
Is there any news about this issue? |
Hello |
Hello, I was wondering what's the status of this issue currently? |
Hello,Is this feature up on v2? |
Is your feature request related to a problem? Please describe.
For long lists, the TableList header be visible again to make the list more readable and not having to jump to the top of the page to see what column titles that was defined.
Describe the solution you'd like
Check if the next row will break page margin and if that's true generate the TableList header again.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: