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

Row.getHeight() returns incorrect value when rowspan is involved #118

Open
grasshopper7 opened this issue Feb 18, 2021 · 1 comment
Open

Comments

@grasshopper7
Copy link

The getHeight() method which is used in the drawer to calculate row fitment and repeat header height returns false values if there is a row span involved.

The current getHeight() method filters out the rowspan greater than 1 which messes up the returned height.

protected void determinePageToStartTable(float yOffsetOnNewPage) {

private float calculateHeightForFirstRows() {

@vandeseer
Copy link
Owner

Can you provide a minimum working example that illustrates the case?
I see your point though. But the row spanning stuff is not as simple as it may look at first glance.

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

2 participants