Laravel-datatables: How to integrate vuejs with datatable?

Created on 26 Jun 2017  路  9Comments  路  Source: yajra/laravel-datatables

question

Most helpful comment

i prefer to build table component by myself @nwaweru

All 9 comments

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...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aliworkshop picture aliworkshop  路  14Comments

webwizard02 picture webwizard02  路  17Comments

jay-shah-rushiinfotech picture jay-shah-rushiinfotech  路  19Comments

ezekel picture ezekel  路  17Comments

MahdiPishguy picture MahdiPishguy  路  17Comments