I have a state as,
this.state = {
tempData: [{
"data": [{"id": "a1", "seatNo": 0},{"id": "a2", "seatNo": 0}],
"rowName": "a",
},{
"data": [{"id": "b1", "seatNo": 0},{"id": "b2", "seatNo": 0}],
"rowName": "b",
}]}
I want to update the value of specific seatNo with its id on an event.