-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[DataGrid] Add loading state recipe #19958
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
Conversation
|
Deploy preview: https://deploy-preview-19958--material-ui-x.netlify.app/ Updated pages: Bundle size report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanted to make loading a controlled prop with #12317 but couldn't do so because of the way it's manipulation is distributed between different portions of the codebase, it requires some refactoring.
This recipe will do the job for simple use-cases but we could also consider making it a fully controlled prop at some point.
closes #19125