-
Notifications
You must be signed in to change notification settings - Fork 29
Home
joffrey edited this page Nov 13, 2018
·
4 revisions
yarn add spreadsheet-vuejs
npm i spreadsheet-vuejs
import VueTable from 'spreadsheet-vuejs'
<vue-table
:data="Array"
:headers="Array"
:drag-to-fill="Boolean"
:submenu-tbody="Array"
:submenu-thead="Array"
v-on:thead-submenu-click-customize-function="Function"
v-on:tbody-submenu-click-customize-function="Function"
v-on:tbody-input-change="Function"
v-on:tbody-select-change="Function">
</vue-table>