1
Answer

Delete row with alert box in react js

selvi jp

selvi jp

3y
572
1

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)

    }     }       

Answers (1)