handsontable / hot-table

Handsontable - Best Data Grid Web Component with Spreadsheet Look and Feel.
http://handsontable.github.io/hot-table/
MIT License
130 stars 36 forks source link

hot-table lost column names and data #26

Closed jakubklekota closed 8 years ago

jakubklekota commented 8 years ago

I noticed, that when the data object was changed in hot-table after adding a new row, the table lost the column names and data in the view, but kept the changes in the data object itself (tested using the getData() method).

Hot fixed by using the updateSettings({}) method after adding the new row.