
Product
Unify Your Security Stack with Socket Basics
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.
vue-handsontable-official
Advanced tools
Handsontable for Vue is now available for download as @handsontable/vue
.
Handsontable PRO for Vue is available as @handsontable-pro/vue
.
A Vue.js wrapper for the the Handsontable spreadsheet component.
For detailed installation instructions, please take a look at our wiki under "Installation guide".
vue-handsontable-official
creates a <HotTable>
component. You can use it just like any other Vue component. For example:
<template>
<div id="hot-preview">
<HotTable :root="root" :settings="hotSettings"></HotTable>
</div>
</template>
<script>
import HotTable from 'vue-handsontable-official';
import Vue from 'vue';
export default {
data: function() {
return {
root: 'test-hot',
hotSettings: {
data: [['sample', 'data']],
colHeaders: true
}
};
},
components: {
HotTable
}
}
</script>
<style>
#test-hot {
width: 600px;
height: 400px;
overflow: hidden;
}
</style>
Note, that you can pass options to Handsontable either as:
<HotTable root="hot-example" :data="hotData" :rowHeaders="true"/>
settings
property<HotTable root="hot-example" :settings="settingsObject" />
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
.
Please see the /demo directory for a sample app using vue-handsontable-official
.
You can check out a live version of this example at handsontable.github.io/vue-handsontable-official/demo.
vue-handsontable-official
is released under the MIT license.
Copyrights belong to Handsoncode sp. z o.o.
Feel free to give us feedback on this wrapper using this contact form or write directly at hello@handsontable.com.
Handsontable comes with more wrappers and directives for popular frameworks:
FAQs
A Vue.js Handsontable wrapper component.
The npm package vue-handsontable-official receives a total of 99 weekly downloads. As such, vue-handsontable-official popularity was classified as not popular.
We found that vue-handsontable-official demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.
Product
Socket is launching experimental protection for the Hugging Face ecosystem, scanning for malware and malicious payload injections inside model files to prevent silent AI supply chain attacks.
Research
/Security News
The Socket Threat Research Team uncovered a coordinated campaign that floods the Chrome Web Store with 131 rebranded clones of a WhatsApp Web automation extension to spam Brazilian users.