I am trying to export data from table to pdf in order to let user download it. However, I try this solution, it didn't worked My npm install faced an error during installation
npm install
Is there any solution to this?
Try this
var tableExport = require('table-export'); tableExport('myTable', 'myName', 'pdf');
Following attributes from tableExport are tablename, filename, the file type
tableExport