Hi, next is great example how implementing datatable.net in vue, i think may help
https://codesandbox.io/s/datatables-option-api-example-6g3ksj?file=/package.json:240-393
Hi Abdelrahman Saeed,
Thank you for your message.
Since Datatables.net requires jQuery and combining jQuery with Vue isn't good practice, we are not using this extension in our Vue version, in Vue, we have a custom KTDatatable implementation. If you are fine with using jQuery in Vue then you can use this example to implement Datatables.net into Vue project or you can refer to our Metronic HTML version's codebase.
Regards,
Lauris Stepanovs,
Keenthemes Support Team
next one include export buttons
https://codesandbox.io/s/datatables-option-api-example-with-buttons-cee309?file=/src/App.vue