How to get ID in handsontable?

I have 6 ID in handsontable. After clicking button, the first row of ID in handsontable is updated. But second row is not updated after clicking button. The second row is inserted in handsontable and created new row of ID. I want to update the row with the help of ID. How to solve it ?

Hi @santosh
Please prepare a JSFiddle demo with a step-by-step scenario how to replicate the issue.

1 Like

http://jsfiddle.net/Santoshtiwari14/ygfnR/420/

Hi @santosh
There’s no logic inside the button, I guess that your demo didn’t save all the content you wanted.

http://jsfiddle.net/ygfnR/436/

check and solve it for updating row

Hi @santosh

Thank you for the demo. In your first message you wrote that the data is changing for the one row only, but in the example both data sources are nearly the same (only one cell is different in content). I’ve updated the demo to load different data: http://jsfiddle.net/g2xz1g3n/ and it seams like it’s working as expected.

Can you guide me on how to replicate the issue? Or maybe you want to get the coordinated of changed cell?