/handsontable

Vue Handsontable component is based on Handsontable for Vue

Primary LanguageVueMIT LicenseMIT

Handsontable

Handsontable component is based on Handsontable for Vue

Installation

$ npm install vue-handsontable

Examples

<template>
  <handsontable :data="data" :settings="{}"></handsontable>
</template>

<script>
import Handsontable from 'vue-Handsontable'

export default {
  components: {
    Handsontable
  },

  data () {
    return {
      data: [
        ['', 'Kia', 'Nissan', 'Toyota', 'Honda'],
        ['2008', 10, 11, 12, 13],
        ['2009', 20, 11, 14, 13],
        ['2010', 30, 15, 12, 13]
      ]
    }
  }
}
</script>

Badges


fundon.me  ·  GitHub @fundon  ·  Twitter @_fundon