Custom renders disappier after scroll or change

Tags: #<Tag:0x00007efc65710af8>

Hi everybody,
I’m evaluating to use handsontable but I need help for this case with a quite big table.

In my example the first column has a custom render that modify the background color and the border color.

When I scroll the table or when I modify some fields my custom render disappier.

Are there something missing/wrong in my code?

Hoping you can help me!

Hi @piccio85

correct me if I’m wrong but it seems that the renderer logic does not need any change in the cell content and it is just applied to the ‘name’ column. If so you can save those styles in a className and just attach it via columns settings that you already use.

Here’s https://codesandbox.io/s/crazy-thunder-5xoqs an updated example.