You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a very simple DataGrid (without Virtualization). I actually took this from the examples and added 250 records to it.
The DataGrid selection response is very slow when selecting a record. The Why Did You Render plugin indicates that the whole DataGrid re-renders when a record is selected.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a very simple DataGrid (without Virtualization). I actually took this from the examples and added 250 records to it.
The DataGrid selection response is very slow when selecting a record. The
Why Did You Render
plugin indicates that the whole DataGrid re-renders when a record is selected.Any advice?
Here is an example:
https://codesandbox.io/s/friendly-clarke-ngkdk8?file=/src/example.tsx
Code:
Beta Was this translation helpful? Give feedback.
All reactions