This spread operator is allowing these props and all these props to pass down into the renderCellValue prop for the Data Grid component.
This functionality is nice, because it includes the handy visibleRowIndex field.
We should update the prop definitions to include these other fields.
This spread operator is allowing these props and all these props to pass down into the
renderCellValueprop for the Data Grid component.This functionality is nice, because it includes the handy
visibleRowIndexfield.We should update the prop definitions to include these other fields.