Hi, I am not sure how to achieve this function.
Before remove a row,
I need send request to server to query some data and until I get the response, I would decide if I should remove the row.
I am trying to use the beforeRemoveRow hook and afterRemoveRow hook.
If you have any idea or demo code, please share it with me.
Thank you.