I'm using DataTables in a Vue.js application using semantic-ui for styling. I have installed the datatables.net-buttons and the datatables.net-buttons-se packages and required them in my app.
When using direct insertion method (both with new constructor and adding buttons option in DataTables initialization), the buttons are not generated. The most happens is the dt-buttons div layer is generated when using the new Buttons constructor method.
I have added pdfmake to my Vue.js-Node application but still no results.
What am I missing?