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
Would be awesome if we could explicitly identify the RemoveRow event(currently just fires onChange/onBeforeChange).
In the case of handling each row as an individual record(backend), the event could allow for a neat async callback to do the necessary backend work, as opposed to looping through all the data to detect a missing row as I assume one would currently need to do.
The text was updated successfully, but these errors were encountered:
Handsontable 0.9.0-beta1 adds new callbacks afterRemoveRow. You are welcome to test it. Until it is merged with master branch, you will need to checkout 0.9 branch
Would be awesome if we could explicitly identify the RemoveRow event(currently just fires onChange/onBeforeChange).
In the case of handling each row as an individual record(backend), the event could allow for a neat async callback to do the necessary backend work, as opposed to looping through all the data to detect a missing row as I assume one would currently need to do.
The text was updated successfully, but these errors were encountered: