... support import autoTable from 'jspdf-autotable' const doc = new jsPDF() autoTable(doc, { html: '#my-table' }) doc.save('table.pdf') ...
確定! 回上一頁