I’m trying to enable Update/Save feature of Handsontable. But the afterChange only returns auto-generated row index and col with Old and New Value on it.
What I want to do here is to update the Records within Handsontable and send request to the server for MySQL Update Query with the record ID on it.
How can we do that in Handsontable? I hope I made my point here, thank you
Exactly i am also looking for same if select any cell only index i am getting index not row id(primary key)
data like if select any 1 row cell [o,fieldname,oldvalue,newvalue]