When i click on Delete i get above error. HR is the value of Id which i am passing to function
"data": "Id", "render": function (data) {
return " Delete";
},
********************************
function ConfirmDelete(myId)
{
$("#hiddenId").val(Id);
$("#DeleteModal").modal('show');
}