We are using checkbox to select complete row by not using the default row header.
And on click of checkbox I am using hot.selectRows(row); to select the row. Is there any method to deselect the selected row when user uncheck the checkbox
Thanks in advance