JavaScript supprime le TR actuel en cliquant
<!--Buuton inside any cell in the TR row -->
<input type="button" onClick="$(this).closest('tr').remove();">
Ivan The Terrible
<!--Buuton inside any cell in the TR row -->
<input type="button" onClick="$(this).closest('tr').remove();">
//JQuery:
$(this).closest('tr').remove();