I have a state that whenever the user scrolls in a specific part, the data is receieved from API and appendded to the end of this state. Because the data is big, I have used the table of react-virtualized, now I want to add check box input to each row of the table , But I’m not sure what is the best way to do it. What is the best solution?
-
1check here, stackoverflow.com/questions/46551810/…Hadisur Rahman– Hadisur Rahman2020-04-06 21:02:14 +00:00Commented Apr 6, 2020 at 21:02
-
You can check here: stackoverflow.com/a/61318615/7994074.ParthS007– ParthS0072020-04-20 09:01:20 +00:00Commented Apr 20, 2020 at 9:01
Add a comment
|