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 believe this is a regression. Rendering cell actions requires creating multiple new elements per cell, times the visible cells, equals slower React&application performance especially as the grid is instantiating. The cell actions should not be included in the DOM unless they are [becoming] visible/interactive.
The text was updated successfully, but these errors were encountered:
Correction: cell actions are not rendered by default, but we don't clear the enableInteractions state after the mouse leaves the cell so they accumulate on the DOM.
I believe this is a regression. Rendering cell actions requires creating multiple new elements per cell, times the visible cells, equals slower React&application performance especially as the grid is instantiating. The cell actions should not be included in the DOM unless they are [becoming] visible/interactive.
The text was updated successfully, but these errors were encountered: