var rowCount = $('#Attachmentdatatable tr').length;
var index = rowCount;
var newRow = "<tr>< input id= "Attach_Index" name= "Attach.Index" value= "" + index + "" type= "hidden" ><input id="Attach_" + index + "__Attachment_FileName" name="Attach[" + index + "].Attachment_FileName" value="" + filename + "" type="hidden"><td>" + filename + "</td><td><a style="display: inline" href="javascript:void(0)" onclick="$(this).closest('tr').remove();">حذف</a></td></tr>";
$('#Attachmentdatatable').append(newRow);
برچسب:
نویسنده: خنج