I have a table, which I create dynamically, I need the user to be able to mark only a checkbox
, that is when one has marked, at the time that it is marked another, it unchecks the other, and marks the new.
I add this field in the table, like this:
+ "<td>" + "<input type='checkbox' class='link-check' />" + "</td>"