Currently, if you want to highlight a row in data grid you've to implement this in each cell like this:


It would be convenient and more effective (less operations) if one could do this per row and not per cell. Maybe data grid could provide a callback triggered by each row that allows the user to add / remove CSS classNames? This would be a flexible way to style a whole row.
Similar request was made in #5004:
Context:
I need to style the entire row with a repeated background, styling every cell in the row wouldn't look the same.
Styling the row

Styling every cell

Currently, if you want to highlight a row in data grid you've to implement this in each cell like this:
It would be convenient and more effective (less operations) if one could do this per row and not per cell. Maybe data grid could provide a callback triggered by each row that allows the user to add / remove CSS classNames? This would be a flexible way to style a whole row.
Similar request was made in #5004:
Context:
I need to style the entire row with a repeated background, styling every cell in the row wouldn't look the same.
Styling the row
Styling every cell