When I modify the data, the new data obtained by the getdata() method is an array. How do I get an array of objects? The data value I passed is an array of objects
How to get the data object in the handsontable, not a two-dimensional array
Hey @jksoncao
here’s http://jsfiddle.net/ug3r024o/ a piece of code that shares the source and changed object of data.
If you need the whole dataset you can create a loop and just run the loop i
times, where i
is the number in the 85
row of the demo (console.log(visualObjectRow(i))
).