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

[DataGrid] Support column virtualization with dynamic row height #15541

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

cherniavskii
Copy link
Member

@cherniavskii cherniavskii commented Nov 21, 2024

Closes #9738

Before: https://codesandbox.io/p/sandbox/nostalgic-yalow-ssxn8l

Notice how slow the vertical scrolling is due to disabled column virtualization.

After:

@cherniavskii cherniavskii added component: data grid This is the name of the generic UI component, not the React module! feature: Row height Related to the data grid Row height features enhancement This is not a bug, nor a new feature needs cherry-pick The PR should be cherry-picked to master after merge v7.x labels Nov 21, 2024
@mui-bot
Copy link

mui-bot commented Nov 21, 2024

@cherniavskii cherniavskii force-pushed the column-virtualization-dynamic-height branch from 028dfe6 to 29c8454 Compare November 21, 2024 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: data grid This is the name of the generic UI component, not the React module! enhancement This is not a bug, nor a new feature feature: Row height Related to the data grid Row height features needs cherry-pick The PR should be cherry-picked to master after merge v7.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DataGrid] Possibility to virtualize columns with dynamic row height
2 participants