-
-
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
[question] DataGrid row virtualization issue, rows not appearing on scroll #12010
Comments
Can you fill the |
Yes, sorry about that...I have updated the @mui/envinfo section. |
Could you test with the latest version? Could you also provide a reproduction case? Are you seeing this on the docs, or in a project of yours? If you see this in a project it's important that we get a reproduction case. |
I am seeing it in a project of mine...I have been unable to reproduce the error with mock data. The latest version does not seem to be helping the issue. We are not using Lazy Loading |
We need much more details to be able to help you. A reproduction case is particularly important because it helps us assert where the problem is. If you can't reproduce it outside your environment, it might be caused by code or customization you have added that we are not aware of. In the very rare cases where it's impossible to provide a reproduction, we at least need screenshots, stacktraces, and a detailed description of your use-case and what you're doing with the datagrid. |
I was finally able to recreate the issue using CodeSandbox...we are using our own custom CommonGrid which is included in the sandbox. Here is a link: |
The link leads to a sandbox that doesn't exist, or the permissions for that link may not be set properly for sharing. |
My apologies...I believe I have fixed the permissions now |
There seems to be an issue with the |
Thank you so much...this fixed the issue! |
How did we do @ttackett06? |
The problem in depth
When using the DataGrid component, only a subset of the rows are being displayed properly (as expected with virtualization), but upon scrolling down, additional rows are not being displayed. I know the rows are there, because if I click on a dropdown link in the sidebar, a subset of the rows will appear in the blank space of the DataGrid, and all other rows will not appear. Seems as though the scroll is not triggering the rows to display, only the click of a dropdown link.
Your environment
`npx @mui/envinfo`
Search keywords: DataGrid, Virtualization, Scroll
Order ID: 66765
The text was updated successfully, but these errors were encountered: