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
I've been getting bit by a similar bug lately while working with "fancy" th column headers that contain several children in a vertical layout.
So it seems like bug will trigger whenever the height of any table cell element (ie any th or td) is greater than the expected height. The default expected height appears to be 19px:
@texodus Had asked me for a repro of this issue a while back. So here's a simple repro that shows how having a "fat" row in the column header breaks the calculation of number of rows to render:
Interestingly, it does render correctly on the very first draw() call (which in this example is invoked as part of window.init()). This suggests that the problem is fixable.
If you let a
td
be taller thanregular-table
expects, the scroll position miscalculates.The text was updated successfully, but these errors were encountered: