You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that the event is thrown after deleting a row, since this event does not return the information of the row that is deleted. This is exactly what the "afterRemoveRow" event does, but I need to get the information from the row before the row is deleted from the table. Is there a solution?
The text was updated successfully, but these errors were encountered:
@Campoy10, please check if this is an issue with Handsontable itself, e.g., by editing their example on JSFiddle. If it is a Handsontable issue rather than a problem with our wrapper, please post it on the Handsontable issue tracker.
The problem is that the event is thrown after deleting a row, since this event does not return the information of the row that is deleted. This is exactly what the "afterRemoveRow" event does, but I need to get the information from the row before the row is deleted from the table. Is there a solution?
The text was updated successfully, but these errors were encountered: