I can delete the row but i want to to show the groupname which group i want to delete .How can i fetch the group name into the alert box.if i fetch the group name it will take as undifined
DeleteGroup= (Group_Id,Group_Name) =>{
alert(Group_Name)
} }