Hi, was wondering can you in current Canvas version (Kibana 6.6.0) highlight table cells, based on some condition?
I mean for example, if certain column in table contains response time in seconds and in some of the rows/cells the time is over certain threshold (let's say over 60 sec.), you could then highlight that row and/or cell - for example change font style to bold and background color to yellow, etc.
I already use the | mapColumn .. fn={if .. then={ .. else={
to change / format some cell values, based on condition, but have not figured out, how could I change the look of just certain rows or cells of table, based on some condition of values that row or cells show.
BR,
Antti