0

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?

Saransh Kataria
  • 1,447
  • 12
  • 19
jjzjx118_2
  • 419
  • 7
  • 23

1 Answers1

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