Code: https://codesandbox.io/embed/react-table-editable-content-ggvcy
When I update the text in my table and I have an onBlur
event to persist that data change to state I want my user to click a save button the save button click is missed.
I believe it is missed because the table is refreshing due to the state change of data
.
Can anybody help me understand ways to capture the onClick event when it triggers the onBlur
rerender?