-
-
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
DataGrid performance degrades during scrolling #14708
Comments
@chucamphong I could not reproduce the issue on the attached devbox. Could you provide reproduction steps or (and) a video showing the reproduction? |
@MBilalShafi You can check the videos below to see the issue. This is when I used defaultProps: defaultProps.mp4This is when I didn't use defaultProps: noDefaultProps.mp4 |
I could not observe any significant frame drop in the above example (tested on a Macbook M1 Pro machine). scroll-perf.mp4Are there some extra steps needed before the scroll to achieve the frame drop? Moreover, are you using any CPU throttling during testing? |
Duplicate of #10033 Handling that issue will fix this. |
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue. Note We value your feedback @chucamphong! How was your experience with our support team? |
Steps to reproduce
Link to live example: https://codesandbox.io/p/devbox/suspicious-darkness-76qsnt
Current behavior
Setting the default loadingOverlay in slotProps leads to performance issues in the DataGrid when scrolling.
When I configure it as shown below, it no longer seems to lag:
Expected behavior
Performance is not reduced when scrolling
Context
No response
Your environment
npx @mui/envinfo
Search keywords: lag, scroll
The text was updated successfully, but these errors were encountered: