facebookarchive / fixed-data-table

A React table component designed to allow presenting thousands of rows of data.
http://facebook.github.io/fixed-data-table/
Other
4.3k stars 553 forks source link

hovered row after scrolling by mouse wheel #492

Open morozp opened 7 years ago

morozp commented 7 years ago

I use css for highlighting row in table like: .fixedDataTableRowLayout_rowWrapper:hover .public_fixedDataTableCell_main { background-color: #ddd; }

It works good.

But when you scroll table rows horizontaly used mouse wheel, the highliting freeze on hovered row before and not changed while not mouse moves. May sombody help me diside this problem?