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)
} }
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)
} }
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ganesan CPosted Aug 7, 2021, 5:50 PM