Disable highlighting headers on cell click

Tags: #<Tag:0x00007f8b1d4a3fa8>

Hi,

with which css class or some other method I can disable highlighting of column/row header when I select cell? I just want every header to be the same background-color, not depending on some selected cell.

Pozdrawiam :slight_smile:
Marcin

Hey @kipic96

Here’s an example that you can use https://jsfiddle.net/86zc4tfr/
Please consider it more like a workaround as officially we’re not able to change this colors yet.

Thank you for quick answer. But this is not what I wanted to achieve.
When I click on the cell, color of column/row header changes to a bit darker. I’d like that color to be the same as the rest of the headers when no cell is selected.

OK, so you’ll need to add the ht__highlight to the CSS section. Here’s a new demo https://jsfiddle.net/r9t7wa0y/

Thank you, works great. That’s what I wanted.

Great. Thank you for confirmation.

I guess that we can close the topic.