Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vue-bulma/handsontable
- Owner: vue-bulma
- License: mit
- Created: 2016-09-01T17:44:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-04T23:04:37.000Z (almost 8 years ago)
- Last Synced: 2024-09-25T07:13:54.825Z (4 months ago)
- Language: Vue
- Homepage:
- Size: 6.84 KB
- Stars: 43
- Watchers: 8
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vue - handsontable - bulma/handsontable?style=social) - 网页表格组件 (UI组件)
- awesome-github-vue - handsontable - 网页表格组件 (UI组件)
- awesome-github-vue - handsontable - 网页表格组件 (UI组件)
- awesome - handsontable - 网页表格组件 (UI组件)
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)