tui.grid
tui.grid copied to clipboard
I have a problem with the rowspan function of react grid
Version
tui react grid 4.20.3
There is a problem that whitespace appears when scrolling when bodyHeight is specified when "rowspan" a large amount of data.

When running without setting "bodyHeight" it works fine, but it is very slow.
It looks like the same problem as "#1562", I wonder if the error was also fixed in "react grid"
@lice1986 Currently, there is a bug when using scroll and dynamic row span together. I will fix it ASAP.
Has the bug been resolved?