-
-
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] Lag and Performance Issues using [Autocomplete] component with RenderCell #1576
Comments
@reygj The reproduction is invalid, please cleanup the error first. e.g. "Warning: Encountered two children with the same key, |
Also a bit similar to #569 (comment)
|
I suggest we take a look at this issue after we merge #1513 |
Tried to replace TextField with a simple div, still lags a bit but way better than before, now I'm thinking anyway to replace the Textfield with something similar that doesnt lag as much? Example: https://codesandbox.io/s/material-demo-forked-3g7u6 |
I'm closing as the reproduction is not valid (#1576 (comment)) |
The issue is present in the latest release.
I have searched the issues of this repository and believe that this is not a duplicate.
Current Behavior
Using material ui Datagrid with RenderCell with Autocomplete component the page starts lagging too much.
Expected Behavior
I didnt expect this lag and it does not happen usually on the example datagrids. It works without lagging
Steps to Reproduce
Steps:
Visit https://codesandbox.io/s/material-demo-forked-fqigr
Try to move from left to right on the datagrid
The datagrid will lag a lot
Code example of the custom column:
The text was updated successfully, but these errors were encountered: