SkillAgentSearch skills...

Handsontable

Vue Table component

Install / Use

/learn @vue-bulma/Handsontable
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Vue Handsontable

Table Companent for Vue

Installation

$ npm install vue-handsontable

Examples

<template>
  <cool-table :data="data" :settings="{}"></cool-table>
</template>

<script>
import CoolTable from 'vue-Handsontable'

export default {
  components: {
    CoolTable
  },

  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

View on GitHub
GitHub Stars42
CategoryDevelopment
Updated2mo ago
Forks10

Languages

Vue

Security Score

85/100

Audited on Jan 23, 2026

No findings