Skip to content

Try fix scrollbar desync table after sort, group, or expand#934

Merged
albertospelta merged 1 commit intomainfrom
alberto/patch-scroll
Mar 6, 2026
Merged

Try fix scrollbar desync table after sort, group, or expand#934
albertospelta merged 1 commit intomainfrom
alberto/patch-scroll

Conversation

@albertospelta
Copy link
Member

The table container in the flex column layout had no defined height, which caused Tabulator’s maxHeight: "100%" to calculate against an unstable value. As a result, after operations like sorting, toggling grouping, or expanding all nodes, the scrollbar would become out of sync with the table content and behave incorrectly. This change gives the table container proper flex sizing so it fills the available space with a stable height, aiming to restore correct scrollbar behavior.

The table container in the flex column layout had no defined height, which caused Tabulator’s maxHeight: "100%" to calculate against an unstable value. As a result, after operations like sorting, toggling grouping, or expanding all nodes, the scrollbar would become out of sync with the table content and behave incorrectly. This change gives the table container proper flex sizing so it fills the available space with a stable height, aiming to restore correct scrollbar behavior.
@albertospelta albertospelta merged commit fee0c8d into main Mar 6, 2026
1 check passed
@albertospelta albertospelta deleted the alberto/patch-scroll branch March 6, 2026 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant