I did try to experiment with vue and dataTable. See this vue component I made for ref. It's not fully tested but it does the job the last time I checked.
https://github.com/yajra/dt54/blob/master/resources/assets/js/components/DataTable.vue
<data-table :columns="columns" :ajax="/"></data-table>
new Vue({
data: {
columns: [ {data: 'id'}, {data: 'name'} ] // your standard dt columns..
}
})
this dose not works perfectly. is there any example or working demo?
i need this too
Yes me too need
really need this so hard :-)
Anyone with a tutorial for this?
i prefer to build table component by myself @nwaweru
@nusendra , demo please. Thanks.
i prefer to build table component by myself @nwaweru
demo please...
Most helpful comment
i prefer to build table component by myself @nwaweru