Skip to content

Comments

Features/knicksaas/26.1/fix scroll to selected row on tables with async validation#2042

Merged
Knicksaas merged 1 commit intoreleases/26.1from
features/knicksaas/26.1/fix_scroll_to_selected_row_on_tables_with_async_validation
Feb 20, 2026
Merged

Features/knicksaas/26.1/fix scroll to selected row on tables with async validation#2042
Knicksaas merged 1 commit intoreleases/26.1from
features/knicksaas/26.1/fix_scroll_to_selected_row_on_tables_with_async_validation

Conversation

@Knicksaas
Copy link
Member

No description provided.

When a table has at least one row that validates its value async, the
scrollToSelection flag did not have an effect on newly inserted rows.
This is because the insert event gets packed into the table buffer, and
the rendering of the viewport is paused. At the end of the pause, the
selection was not rendered. This got fixed with this change.

422941
@Knicksaas Knicksaas force-pushed the features/knicksaas/26.1/fix_scroll_to_selected_row_on_tables_with_async_validation branch from a198047 to dedce3b Compare February 20, 2026 13:43
@Knicksaas Knicksaas self-assigned this Feb 20, 2026
@Knicksaas Knicksaas merged commit 8e3e370 into releases/26.1 Feb 20, 2026
4 checks passed
@Knicksaas Knicksaas deleted the features/knicksaas/26.1/fix_scroll_to_selected_row_on_tables_with_async_validation branch February 20, 2026 14:02
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