Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

onRemoveRow event #69

Closed
HannibalZA opened this issue Jul 19, 2012 · 3 comments
Closed

onRemoveRow event #69

HannibalZA opened this issue Jul 19, 2012 · 3 comments

Comments

@HannibalZA
Copy link

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.

@warpech
Copy link
Member

warpech commented Feb 21, 2013

This is duplicated by #227

@warpech
Copy link
Member

warpech commented May 7, 2013

Thanks for your patience!

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

More about new Events.

I will close this ticket when branch 0.9 is merged with master. Thanks again!

@warpech
Copy link
Member

warpech commented May 21, 2013

Handsontable 0.9.0 now features the afterRemoveRow callback.

More about new events here: https://github.com/warpech/jquery-handsontable/wiki/Events

@warpech warpech closed this as completed May 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants