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.
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.