Is there a way to use datattables bootstrap 5 on vue-cli vue3?
Is there a way to use datattables bootstrap 5 on vue-cli vue3?
zuytdt
Posts: 3Questions: 1Answers: 0
I use datatables on Vue3 with vue-cli, by following the tuts
when I tried use bootstrap 5 with
DataTable.use(DataTableBs5)
but console say:
Uncaught TypeError: Cannot set properties of undefined (setting '$')
at DataTable (jquery.dataTables.js?13b2:109:1)
at Comp.use (datatables.net-vue.esm.js?33ab:26521:1)
That code is working fine with Vite.
How to fix that problem? Thank!
Answers
Could you create a test case please? A minimally reproducible git repo would be ideal.
Allan
Yes, it here
In HelloWorld.vue, you uncomment lines
//import DataTableBs5 from 'datatables.net-bs5';
//DataTable.use(DataTableBs5);
An error message
Uncaught TypeError
will appearThank you!
Hello. I'm having the same problem as well. Any suggestions?
I was forced to switch from vue-cli to vite