Hello,
I want to execute async operation (such as server input validation) when some events are triggered. For instance a simple use case :
- I edit a cell
- I call my server with the new data, my server validates and persist my new cell data in database, my server return my updated cell value
- my cell is updated
So far I can’t find a way to do this. Am I wrong if I say that Handsontable only supports synchronous operations ?
Thanks