React 导出 table 为 pdf

React export table as pdf

我正在尝试将数据从 table 导出为 pdf 格式,以便用户下载。 但是,我尝试了 解决方案,它没有用 我的 npm install 在安装过程中遇到错误

有什么解决办法吗?

尝试this

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

来自 tableExport 的以下属性是 表名文件名文件类型