vue-powerdatatable
v0.2.1
Published
This is still a work in progress, don´t install this just yet.
Downloads
5
Readme
This is still a work in progress, don´t install this just yet.
Import the component
import powerDataTable from 'vue-powerdatatable'
Use it
<powerDataTable body="body"/>
example body:
{
a: '1',
b: '1',
c: '3'
},
{
a: '1',
b: 'abc',
c: '3'
}