I’m trying to implement Handsontable in our React project, but I’m having trouble getting the AfterChange event to trigger after editing a cell using a CustomEditor implemented as a react component. Are there any known issues with this interaction, or tricks for implementing it?
Edit: Figured it out, I think. I misunderstood when AfterChange would be triggered thinking it would be automatic after calling finishEditing. It still feels a little hack-y? Not sure if I’m handling it correctly, but its working.