'How to add checkbox input in each row of react-virtualized table?
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?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|