Hi,
I’m having an issue with react custom renderer. It seems that, if rendered cell content is bigger, than rest of the row, row height (row numbers, cell selection) is incorrect. I’ve tried to recreate this in sandbox (https://codesandbox.io/s/modest-lewin-gu2o41).
Scroll is also seems to behave strangely. If I open cell editor, then scroll to the right, then to the left, it starts to look like this
I’ve tried to replace react renderer with TextRenderer and it worked fine.
I’m also having the same issue with react custom editor (also in sandbox). Example in the docs suggests using absolute positioning for the editor, but I need to render it inside the cell. I was able to do this with react portal. But row height seems to be incorrect as well.
Am I doing this wrong? Is there even a way to render react editor inside table cell?
Thanks