For detailed installation instructions, please take a look at our wiki under "Installation guide".
vue-handsontable-official creates a component. You can use it just like any other Vue component. For example:``
`
Note, that you can pass options to Handsontable either as:
* individual component properties
`jsx`settings
* an object passed to a single property`jsx`
The root property declares the id of the root element for the table. It is optional - if it isn't provided, the table will get a randomly generated id.
. You can check out a live version of this example at handsontable.github.io/vue-handsontable-official/demo.
License
vue-handsontable-official` is released under the MIT license.- hot-table (Polymer - WebComponents)
- ngHandsontable (Angular 1)
- react-handsontable (React)