-
-
Notifications
You must be signed in to change notification settings - Fork 290
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
DataGrid is not resizing properly inside DashboardLayout #4331
Comments
Could you provide a codesandbox for us to demonstrate the issue? It's the best way for us to strip all ambiguity from the reproduction. |
Since the issue is missing key information and has been inactive for 7 days, it has been automatically closed. If you wish to see the issue reopened, please provide the missing information. |
Even without a codesandbox reproduction we can still try to reproduce it from the initial instructions at least. |
Since the issue is missing key information and has been inactive for 7 days, it has been automatically closed. If you wish to see the issue reopened, please provide the missing information. |
The issue seems to be still closed. I didn't hat time the last week. I also am not able to make some sandbox example. That what I can do is to attach some screenshots from our system. |
We can't debug from a screenshot. What's preventing you from creating a codesandbox? |
Time |
I've worked around this issue by applying <DashboardLayout
sx={{
'& > .MuiBox-root': {
overflow: 'hidden'
}
}}
> |
There was an issue with the horizontal overflow in the dashboard. |
Steps to reproduce
When using DataGridPro within DashboardLayout, the table does not resize properly when the menu is expanded.
Here are the steps to reproduce the issue:
React and toolpad.
To resolve this issue, you can add overflow: hidden to the 4th DOM element, which, in my case, is a div with the classname
MuiBox-root and is a child of the AppProvider root element.
Current behavior
No response
Expected behavior
No response
Context
No response
Your environment
npx @mui/envinfo
Search keywords: DataGridPro DashboardLayout
The text was updated successfully, but these errors were encountered: