Trying to disable the row highlighter when user hovers a row since it serves no purpose in my app and is distracting.
Tried using:
background-color: transparent;
in the style for
.tabulator .tabulator-row:hover
and that halfway works but on rows with the alternate color then the alternate color disappears.
Is there a simple way to accomplish this? Or even a difficult way?
I don’t really understand why there isn’t a built-in property to control this but that’s just a gripe.
DaveA is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1