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

[DataGridPremium] Render aggregation label when renderHeader is used #10936

Merged
merged 2 commits into from
Nov 9, 2023

Conversation

cherniavskii
Copy link
Member

@cherniavskii cherniavskii commented Nov 7, 2023

@cherniavskii cherniavskii added bug 🐛 Something doesn't work component: data grid This is the name of the generic UI component, not the React module! feature: Aggregation Related to the data grid Aggregation feature labels Nov 7, 2023
@mui-bot
Copy link

mui-bot commented Nov 7, 2023

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

Generated by 🚫 dangerJS against 0dfd561

@cherniavskii cherniavskii marked this pull request as ready for review November 8, 2023 17:00
await page.waitForFunction(() => {
const images = Array.from(document.querySelectorAll('img'));
return images.every((img) => img.complete);
});
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 should work better now

Copy link
Member

Choose a reason for hiding this comment

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

Nice, even simpler than #5473 (comment), relying on pulling.

@cherniavskii cherniavskii changed the title [DataGridPremium] Render aggregation label when renderHeader is being used [DataGridPremium] Render aggregation label when renderHeader is used Nov 9, 2023
@cherniavskii cherniavskii merged commit f83dc16 into mui:next Nov 9, 2023
5 checks passed
@cherniavskii cherniavskii deleted the renderHeader-aggregation-label branch November 9, 2023 09:17
cherniavskii added a commit to cherniavskii/mui-x that referenced this pull request Nov 9, 2023
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: Aggregation Related to the data grid Aggregation feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Data Grid renderHeader causes aggregation type in column to disappear
4 participants