Hi Allen,
I want to implement a confirmation modal, wondering if there is a good way to block 'beforeSaveCall' until yes or no is hit by the user. To be exact, I want the beforeSaveCell function to be terminated if the user enters no, and to proceed with afterSaveCell function if yes.
p.s.
i just figured my question seems to quite similar to AllenFang/react-bootstrap-table#1245.