I’m trying to use a custom renderer to render a React component like the below example. However, the table would not return anything. Could you guide me the proper way to handle this?
FYI, I cannot use HotColumn like below example, because I’m using cells option which overrides HotColumn.
Currently we are working on refactoring our React wrapper so this behavior might change in the future. I will update you if that behavior will change after we implement it.
I was able to create a custom renderer that took a callback function that returned a react element. The params of the callback can be all the data from the source and it renders the element.