This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
4.1.0
Changes:
- We're introducing the
<hot-column>
component and a possibility to use Vue components as Handsontable renderers and editors.
The<hot-column>
component allows declaring column-related Handsontable settings by passing it as its props, or, in case of component-based editors and renderers, as its children.
For more information on the subject, see the@handsontable/vue
documentation.
(#105) - Fixed a problem with Handsontable passing too many properties to the update function, which resulted in the table not working properly after a changed was observed in some of the props. (#108)
- Fixed a problem, where the hook callbacks did not have access to the Handsontable instance from the
<hot-table>
component. (#119) - Updated the JSFiddle template with a cleaner structure and updated dependencies. (#127)