Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix datagrid scroll performance regression via regular-table upgrade #2498

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

texodus
Copy link
Member

@texodus texodus commented Jan 12, 2024

Fixes a bug which caused the datagrid to over-subscribe to the engine on scroll events, causing more calculation than necessary on sub-cell viewport scrolling. In virtual (server-only) python or node.js configurations, this PR will visibly improve scroll performance especially in the horizontal (column) axis.

@texodus texodus added the bug Concrete, reproducible bugs label Jan 12, 2024
@texodus texodus merged commit ccd7728 into master Jan 12, 2024
13 checks passed
@texodus texodus deleted the upgrade-regular-table branch January 12, 2024 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Concrete, reproducible bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant