handsontable icon indicating copy to clipboard operation
handsontable copied to clipboard

Not reactive to change in data

Open pobrob opened this issue 8 years ago • 1 comments

When I changed the data the table did not seem to redraw with the new data. I added the following to your component and it worked correctly.

watch: { data: function () { this.table.loadData(this.data); } },

pobrob avatar Mar 07 '17 17:03 pobrob

Sorry, vue-handsontable is refactoring. It's breaking change.

We will throw away the dependence on Handsontable.

fundon avatar Mar 08 '17 00:03 fundon