Skip to content

Conversation

@siriwatknp
Copy link
Member

@siriwatknp siriwatknp commented Oct 15, 2025

closes #19125

@siriwatknp siriwatknp added scope: data grid Changes related to the data grid. feature: Row loading Related to the data grid Row loading features recipe type: enhancement It’s an improvement, but we can’t make up our mind whether it's a bug fix or a new feature. labels Oct 15, 2025
@mui-bot
Copy link

mui-bot commented Oct 15, 2025

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

Updated pages:

Bundle size report

Bundle Parsed size Gzip size
@mui/x-data-grid 0B(0.00%) 0B(0.00%)
@mui/x-data-grid-pro 0B(0.00%) 0B(0.00%)
@mui/x-data-grid-premium 0B(0.00%) 0B(0.00%)
@mui/x-charts 0B(0.00%) 0B(0.00%)
@mui/x-charts-pro 0B(0.00%) 0B(0.00%)
@mui/x-charts-premium 0B(0.00%) 0B(0.00%)
@mui/x-date-pickers 0B(0.00%) 0B(0.00%)
@mui/x-date-pickers-pro 0B(0.00%) 0B(0.00%)
@mui/x-tree-view 0B(0.00%) 0B(0.00%)
@mui/x-tree-view-pro 0B(0.00%) 0B(0.00%)

Details of bundle changes

Generated by 🚫 dangerJS against 4d654d9

@siriwatknp siriwatknp marked this pull request as ready for review October 15, 2025 10:06
@siriwatknp siriwatknp requested a review from a team October 15, 2025 10:06
@MBilalShafi MBilalShafi changed the title [Data Grid] Add loading state recipe [DataGrid] Add loading state recipe Oct 15, 2025
Copy link
Member

@MBilalShafi MBilalShafi left a 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.

@siriwatknp siriwatknp merged commit db31755 into mui:master Oct 17, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature: Row loading Related to the data grid Row loading features recipe scope: data grid Changes related to the data grid. type: enhancement It’s an improvement, but we can’t make up our mind whether it's a bug fix or a new feature.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[data grid] expose internal Loading state

3 participants