-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[data grid] Cell's content overflown when row height is auto #12842
Comments
Hey @ithrforu, Screen.Recording.2024-04-19.at.11.45.40.movWhich browser are you using and did you try this in a different browser? |
Hey, @michelengelen. The bug is reproduced in 6.19.6 (codesandbox) and it is ok on the latest version (fixed in 7.2.0). You can close the issue, thank you! |
Thanks for the confirmation! 👍🏻 |
@ithrforu: How did we do? Your experience with our support team matters to us. If you have a moment, please share your thoughts in this short Support Satisfaction survey. |
Steps to reproduce
Link to live example: (required)
Codesandbox.
Steps:
Current behavior
MuDatGrid-Cell
have properties:2. When row height auto is true
MuDatGrid-Cell
does not have these properties and cell's content overflows the cell:Expected behavior
When row height auto is true
MuDatGrid-Cell
should useoverflow: hidden;
.Context
No response
Your environment
npx @mui/envinfo
Search keywords: rowHeight, rowHeight="auto", overflow, cell overflow, MuDatGrid-Cell
Order ID: 58079
The text was updated successfully, but these errors were encountered: