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

[DataGridPro] Fix row pre-processing running with a stale data source #14810

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

MBilalShafi
Copy link
Member

@MBilalShafi MBilalShafi commented Oct 3, 2024

Fixes #14793

When a new data source is passed, the strategy processor gets updated and row preprocessing is re-triggered with the old data due to the binding with activeStrategyProcessorChange event.
The PR skips automatically re-running the pre-processing when the data source is updated.

@MBilalShafi MBilalShafi added bug 🐛 Something doesn't work component: data grid This is the name of the generic UI component, not the React module! feature: Server integration Better integration with backends, e.g. data source labels Oct 3, 2024
@mui-bot
Copy link

mui-bot commented Oct 3, 2024

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

Generated by 🚫 dangerJS against 0e4fc8f

@MBilalShafi MBilalShafi marked this pull request as ready for review October 3, 2024 07:59
@MBilalShafi MBilalShafi requested a review from a team October 3, 2024 08:00
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! feature: Server integration Better integration with backends, e.g. data source
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[data grid] Datasource receives old data
3 participants