doc = new jsPDF() autoTable(doc, { html: '#my-table' }) doc.save('table.pdf') The third usage option is with downloaded or CDN dist files var doc = new ...
確定! 回上一頁