selvi jp

selvi jp

  • NA
  • 323
  • 69.7k

Delete row with alert box in react js

Aug 6 2021 12:56 PM

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)