In this table, I want to disable the sorting buttons when I clicked any edit button which marked in yellow. When I clicked any edit button, the project code goes to the function named 'makeSubEntityRowEditable'. When I write the following line of code in the function, I got a error message.
$('#table-3').dataTable({ "bSort" : false });