Environment:
TUI Grid Version: 4.9.1
Browser: Chrome (latest)
Description:
In version 4.9.1, when rowSpan is applied to multiple columns (especially over 5 columns or long spans), the grid hangs at the loading spinner stage. No console errors appear, but the UI becomes unresponsive.
Suspected Cause:
It appears to be a conflict between the rowSpan calculation logic and the virtualScrolling engine in v4.9.1. When the grid attempts to determine the height of merged cells, it seems to fall into an infinite loop, potentially due to layout thrashing or incorrect offset calculations of virtual rows.
Question to Developers:
Is there a known patch or workaround for rowSpan issues specifically in v4.9.1?
Does rowSpan have a maximum column limit or height limit in this version when virtualScrolling is enabled?
Environment:
TUI Grid Version: 4.9.1
Browser: Chrome (latest)
Description:
In version 4.9.1, when rowSpan is applied to multiple columns (especially over 5 columns or long spans), the grid hangs at the loading spinner stage. No console errors appear, but the UI becomes unresponsive.
Suspected Cause:
It appears to be a conflict between the rowSpan calculation logic and the virtualScrolling engine in v4.9.1. When the grid attempts to determine the height of merged cells, it seems to fall into an infinite loop, potentially due to layout thrashing or incorrect offset calculations of virtual rows.
Question to Developers:
Is there a known patch or workaround for rowSpan issues specifically in v4.9.1?
Does rowSpan have a maximum column limit or height limit in this version when virtualScrolling is enabled?