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.
Thanks for your solution. It works well, except that I don’t know how to use it on the date renderer, so type: ‘date’. I don’t find this one in the Renderers interface.
The autocomplete renderer is the one that is used to show the ‘arrow’ in the cell so we use it in autocomplete, dropdown, date and handsontable cell type.