I am trying to add the row reorder extension to my datatable but it breaks my radio buttons in other columns. The datatable has radio buttons that I added using the render option on the column. When I click and drag a row(Sequence column) or just click a cell on the sequence column, my radio button in a different column has it's selected radio unselected. Please see the jsfiddle link below. Can anyone help me figure out a way to prevent my radio's from breaking? I have tried many things but nothing works. Here is the jsfiddle link:
https://jsfiddle.net/matthewr123/sz9q234y/
Thank you.