I’m trying to set a classname for each cell in a row, depending on the value of a dropdown (when loading the grid and when changing the value). Here is the codesandbox: https://codesandbox.io/s/handsontable-demo-w4s9b
But I get an error: “TR was expected to be rendered but is not”, because when rendering the grid I cannot get the cell elements when calling getCell().
Is there any solution for this?
THX!