You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: