How to get the data being typed in particular row in console.log() for making axios post request

Tags: #<Tag:0x00007f8b1d3d4140>

I am using react hooks and axios to post my data from a particular row from Handson table what is the event being used to get my data frow a row where i typed the data pls help me out in this issue

Hi @pdanussh1997,
To get data for particular row from Handsontable, you can use the following methods:

If you would like to track changes, there is also a hook afterChange that you can use to collect changes and then send them to the server.