You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
easytable/src/main/java/org/vandeseer/easytable/structure/Row.java
Line 45 in c5296c5
easytable/src/main/java/org/vandeseer/easytable/RepeatedHeaderTableDrawer.java
Line 41 in c5296c5
easytable/src/main/java/org/vandeseer/easytable/RepeatedHeaderTableDrawer.java
Line 62 in c5296c5
The text was updated successfully, but these errors were encountered: