We need to have radio buttons in the first column in our react-handsontable. However, it is a radio button group. So the whenever any radio button is selected, all others need to be unselected.
Also, we need to implement an event listener for this radio button, and when any radio button is selected, there are other ‘effects’ that happen on the page … I tried using custom renderer with this being my renderer function -
https://jsfiddle.net/amit_shah25/4qruezvp/
Above is the jsfiddle of my code … I have registered ‘onchange’ event, but I don’t see anything on the console …