Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vue-bulma/handsontable

Vue Table component
https://github.com/vue-bulma/handsontable

Last synced: 3 months ago
JSON representation

Vue Table component

Awesome Lists containing this project

README

        

# Vue Handsontable

Table Companent for Vue

## Installation

```
$ npm install vue-handsontable
```

## Examples

```vue

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]
]
}
}
}

```

## Badges

![](https://img.shields.io/badge/license-MIT-blue.svg)
![](https://img.shields.io/badge/status-stable-green.svg)

---

> [fundon.me](https://fundon.me)  · 
> GitHub [@fundon](https://github.com/fundon)  · 
> Twitter [@_fundon](https://twitter.com/_fundon)