I would like to add a css class to a row where one of the cells has a specific value. I tried the conditional formatting (https://handsontable.com/docs/7.1.1/demo-conditional-formatting.html) but it overwrites the renderer with Handsontable.renderers.TextRenderer.apply(this, arguments); my dropdown/checkbox cells are only displayed as text.
How can I fix that?
Here’s a fiddle:
https://jsfiddle.net/5e9mz3wv/1/
The first column should have the dropdown arrow and the third one should be a checkbox.
Thanks