I have a table header where I am showing Icon based on radio value click on row.
So, default it is AddIcon where onClick
I would add one more row to the table and if I click any row then I am showing EditIcon and DeleteIcon simultaneously.
But how do I switch back to AddIcon since I am having radioValue already selected therefore I want listen click listener except this div so that I can set state of radio value again.