Hi, I’m new here. Good day!
I just want to ask if it is possible to highlight the whole row, the currently-hovered cell’s row? For example, I am hovering at column 2, row 3, cell - what I want to achieve is that I want to set that row as highlighted, as if like selected. And the same thing happens if I hover to another cell. And for the row header as well. If I hover on the row header, the same thing must happen for the whole row.
I’m currently using HandsOnTable with React. The afterOnCellMouseOver
is a good candidate but I’m having a hard time implementing the behavior I want.
Hoping that you can help me on this one. Thank you!