Hi,
I am trying to implement following functionality with Handsontable:
- When user remove single or multiple rows, I want to insert the data of those rows into database.
Is there any way to get removed rows data from data source with afterRemoveRow or is there any other way?
Thanks.