Search code examples
reactjspdfjspdfjspdf-autotable

React export table as pdf


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

My npm error here

Is there any solution to this?


Solution

  • Try this

    var tableExport = require('table-export');
    tableExport('myTable', 'myName', 'pdf');
    

    Following attributes from tableExport are tablename, filename, the file type