[Vuejs]-How to use datatables.net-vue3 in visual studio that use vuejs3?

0👍

I think you have to install the core datatables package manually (currently, you have vue and bootstrap bindings and select 2 bootstrap plugin). Try:

npm i datatables.net

and then import the main component from there:

import DataTable from 'datatables.net'

Leave a comment