Handsontable
Adds a new updateData() method along with support for Vue 3.
Features
- Added updateData(), which is a new method that lets you replace Handsontable's data without resetting the states of cells, rows and columns.
- Added Vue 3 support, by introducing a new wrapper.
- Updated the TypeScript definition of the setDataAtCell() method.
- Extended the Code Examples Deployment GitHub Actions workflow, to allow for deploying code examples to GitHub Pages.