Hey,
We’re increasingly using custom cell renderers to provide a more rich user experience, however we’re noticing a bit of a blocking issue around horizontal scroll.
The issue is that custom cell renderers don’t appear to be rendering consistently.
I created a simple example. I’m aware I’m using render
still but I believe it’s still an issue even if we used create root here.
Are we simply just implementing this incorrectly or is this an actual issue. For the example just scroll back and fourth a few times and you will be able to recreate the issue.
https://codesandbox.io/p/sandbox/hansontable-cutom-cell-render-scroll-8764j5?file=%2Fsrc%2FApp.js
Cheers, James