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

[docs] Fix Data Grid advanced list view demo #17064

Merged
merged 1 commit into from
Mar 21, 2025

Conversation

KenanYusuf
Copy link
Member

@KenanYusuf KenanYusuf commented Mar 21, 2025

Use the window prop that gets passed to iframe demos instead of a ref on the container element.

Fixes #17056

Before

https://next.mui.com/x/react-data-grid/list-view/#advanced-usage

list-view.mp4

After

https://deploy-preview-17064--material-ui-x.netlify.app/x/react-data-grid/list-view/#advanced-usage

Screen.Recording.2025-03-21.at.09.14.23.mov

Copy link

github-actions bot commented Mar 21, 2025

Thanks for adding a type label to the PR! 👍

@KenanYusuf KenanYusuf added bug 🐛 Something doesn't work docs Improvements or additions to the documentation component: data grid This is the name of the generic UI component, not the React module! labels Mar 21, 2025
@mui-bot
Copy link

mui-bot commented Mar 21, 2025

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

Generated by 🚫 dangerJS against 3b8d782

// This is used only for the example - renders the drawer inside the container
const containerRef = React.useRef(null);
const container = () => containerRef.current;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was returning null when the drawer opened, meaning it did not have a container to render to.

@KenanYusuf KenanYusuf requested a review from a team March 21, 2025 09:15
@KenanYusuf KenanYusuf merged commit 077fef1 into mui:master Mar 21, 2025
27 of 28 checks passed
@KenanYusuf KenanYusuf deleted the fix-list-view-demo branch March 21, 2025 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: data grid This is the name of the generic UI component, not the React module! docs Improvements or additions to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[docs] Data Grid advanced list view demo is broken
3 participants