JLynch7 / SlickGrid

A lightning fast JavaScript grid/spreadsheet

Home Page:https://github.com/jlynch7/SlickGrid/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mouse hover does not extend for all rows

igorT opened this issue · comments

How to reproduce:
Make rows highlight when hovering.
Highlight is only applied to the left or right pane but not the entire row.

What method are you using to enable row highlighting when hovering?

I used css:hover which obviously broke now that I moved to frozen columns. Do you have a suggestion how to easily implement per row properties or events like that?

I've updated the examples to show how to enable row highlighting. See commit 4cb9f0c. Let me know if that works for you.

Ended up doing almost that, but with css classes as I also needed a separate select as well.
Thanks for the example though.