Sunday 8 August 2021

Checkbox input not displaying properly in conjunction with React-Table & React-Window combo

I am trying to combine the Row Selection and Virtualized Rows examples from React-table but the checkboxes don't render properly, the problem is that when you click on them you can see they activate but the tick mark does not appear until you scroll up or down, and the same happens when you deselect the checkbox.

I have a working example here.

enter image description here

I think it has to do with the way React-Window updates or re-render the divs but I'm clueless as of how to tackle this problem, any help will be much appreciated.



from Checkbox input not displaying properly in conjunction with React-Table & React-Window combo

No comments:

Post a Comment