Skip to content

[Bug] Infinite loading and UI freeze when rowSpan is applied (v4.9.1) #2112

Description

@thewinmaker-fishwater

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions