Single Cell by value
-
Hi and hello,
I was wondering if it is possible with TablePress to highlight a single cell based on Value.
I tried the following but also this doesn’t work to highlight Row.
In the Page..
[table id=marktdeelnemers row_highlight=”Geldig” /]
In the CSS TablePress
.tablepress-id-marktdeelnemers .row-highlight-geldig td {
background-color: red !important;
}
But unfortunatly it doesn’t work and I can’t see directly what i’m doing wrong.
The point however is with this code is highlighting a row where I would like to hightlight the single cell only? Is this possible?The page I need help with: [log in to see the link]
The topic ‘Single Cell by value’ is closed to new replies.