handsontable
handsontable copied to clipboard
Not reactive to change in data
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); } },
Sorry, vue-handsontable is refactoring. It's breaking change.
We will throw away the dependence on Handsontable.