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] Scroll restoration #15623

Merged
merged 10 commits into from
Jan 15, 2025
Merged

[DataGrid] Scroll restoration #15623

merged 10 commits into from
Jan 15, 2025

Conversation

lauri865
Copy link
Contributor

@lauri865 lauri865 commented Nov 26, 2024

Fixes #15190

Pain to implement in userland currently, avoids recalculating render contexts and trashing wrong initial content, that's impossible to avoid in userland.

Added a section under scrolling in docs to demonstrate.

@mui-bot
Copy link

mui-bot commented Nov 26, 2024

Deploy preview: https://deploy-preview-15623--material-ui-x.netlify.app/

Updated pages:

Generated by 🚫 dangerJS against 56cb29d

@zannager zannager added the component: data grid This is the name of the generic UI component, not the React module! label Nov 27, 2024
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Jan 14, 2025
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Jan 15, 2025
@lauri865
Copy link
Contributor Author

@romgrk, I merged the recent changes into the PR. Great if we could get this PR merged next – dying to get rid of some of the hacks in our app that we have had to come up with to get this to work in user land. Thanks! 🙏

@romgrk romgrk added the needs cherry-pick The PR should be cherry-picked to master after merge label Jan 15, 2025
@romgrk romgrk merged commit 3816ae8 into mui:master Jan 15, 2025
19 of 20 checks passed
cherniavskii pushed a commit to cherniavskii/mui-x that referenced this pull request Jan 16, 2025
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! needs cherry-pick The PR should be cherry-picked to master after merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[data grid] Feature: First-party (performant) scroll restoration
4 participants