Vue Data Tablee
![[JavaScript Style Guide][2]][3]

Yeap, another Vue table component. This one is based on [vue-good-table][0], a
simple and pretty table component.
width="500"
src="./demo/Screenshot.png"
alt="Screenshot of a styled DataTable component"
title="Screenshot of a styled DataTable component"
/>
Install
Install from npm.
``sh
npm install vue-data-tablee
`
With Vue.use function declare vue-data-tablee components.
`js
import 'vue-data-tablee/dist/vue-data-tablee.css'
import Vue from 'vue'
import DataTablee from 'vue-data-tablee'
Vue.use(DataTablee)
`
You can also import just components you need, without installing globally.
`vue
`
Component Props
Name | Type | Default | About
---- | ---- | ------- | -----
cols | Array.
| []
| [Cols][4] list.
rows | Array.