We just got the pro version, but this issue applies also to the regular handsontable.
We use the afterChange event to update a database in near-realtime via ajax calls. All works nicely, but there is an issue that an undo does not fire an afterChange event. This means, our database gets out of sync what the user sees. I checked, there is no event for after undo. What do you suggest?
PS: I found a related issue https://github.com/handsontable/handsontable/issues/1587