I am using react-table 6.8.6, and I want to disable the checkbox on a specific row with react-table using checkboxHOC. Is that possible?
Asked
Active
Viewed 1,682 times
1 Answers
0
As mentioned in this GitHub issue, you will have to create your own component for the checkbox. The checkbox HOC is an example and is a fairly short piece of code that was meant to be hacked.

Saransh Kataria
- 1,447
- 12
- 19