I created a crud system with vueJs and laravel. Now I want to use a data-table like jquery data-table for my vueJs app with laravel blade file. Suggest a best vue-table which easy to implement. Thank you.
Asked
Active
Viewed 513 times
0
-
you can use [bootstrap-vue table](https://bootstrap-vue.js.org/docs/components/table) – Mostakim Billah Oct 05 '19 at 04:53
-
@Mostakim Billah.....can i use it in blade file? – Abdullah Al Mamun Oct 05 '19 at 06:26
-
You have to use it as a vue component – Mostakim Billah Oct 05 '19 at 07:51
-
Is there any way to use a component in blade file? – Abdullah Al Mamun Oct 05 '19 at 10:50
-
definitely you can use vue component in blade file. Please follow [this link](https://laravel.com/docs/5.7/frontend#writing-vue-components) – Mostakim Billah Oct 05 '19 at 11:36
-
Tnx for your kind information. – Abdullah Al Mamun Oct 05 '19 at 14:16
-
@MostakimBillah the link is https://bootstrap-vue.org/docs/components/table – Technolo Jesus May 09 '22 at 08:32
-
https://www.npmjs.com/package/data-table-vue – Rahul Feb 28 '23 at 17:10