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
### Summary
To improve performance when rendering thousands of rows, we only add
hoverable actions once you've hovered a row for the first time. This
keeps the hoverable elements always rendered so a re-render doesn't
cause the dropdown to disappear.
0 commit comments