We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Playing around with this demo http://handsontable.github.io/ngHandsontable/demo/#/callbacks-callbacks-by-object
I noticed that if I add the following callback:
onAfterChange: function() { console.log('onAfterChange call'); }
Every time I modify a cell, 'onAfterChange call' is printed on the console twice.
The text was updated successfully, but these errors were encountered:
This works correctly on this other demo: http://handsontable.github.io/ngHandsontable/demo/#/callbacks-callbacks-declarative-way
This bug occurs only when the callback is done via the settings object.
Sorry, something went wrong.
Yes, you're right this is a bug. Thanks.
Fixed multiple call onAfterChange hook after data change. #106
49ebe44
budnix
No branches or pull requests
Playing around with this demo http://handsontable.github.io/ngHandsontable/demo/#/callbacks-callbacks-by-object
I noticed that if I add the following callback:
Every time I modify a cell, 'onAfterChange call' is printed on the console twice.
The text was updated successfully, but these errors were encountered: