jsPDF-AutoTable icon indicating copy to clipboard operation
jsPDF-AutoTable copied to clipboard

jsPDF plugin for generating PDF tables with javascript

Results 65 jsPDF-AutoTable issues
Sort by recently updated
recently updated
newest added

await doc.autoTable(col, rows, { startY: 200, theme: 'grid', })

question
stale

Hello sir, i want to ask. How to change the size of paper preview in jsPDF-Autotable ? Because i have trouble about this. Thanks.

question
stale

![image](https://user-images.githubusercontent.com/44864848/180786761-0d7d7620-8a56-432d-8c3f-5a41ea547876.png) i expect ![image](https://user-images.githubusercontent.com/44864848/180787014-525f7d9d-adef-440a-812c-4fbfb42f828d.png) for (let i = 0; i < mydata.length; i++ ){ Date = mydata[i].CreateDate InvoiceID = mydata[i].id let itemlist = mydata[i].invoiced_items for(let i=0; i < itemlist.length; i++){...

question
stale

I have a longer the text and use the default styles, it auto wrap the text but the bottom padding incorrect for the cell content. Where can I find the...

question

I use version ```json "jspdf": "^2.5.1", "jspdf-autotable": "^3.5.25", ``` **Codes:** ``` javascript filePDF.autoTable({ body: [ [ { content: 'PHIẾU GIAO XUẤT KHO GIAO HÀNG', styles: { halign: 'center', fontStyle: 'bold',...

question

This happens when you assign the object with some or all properties (top, right, bottom, left). The workaround is to assign fillColor a value that is not false or null...

bug
help wanted

Would be awesome in order to get input in a table.

enhancement
help wanted

hello,你好! it can works in vue3 dev env. but when i build it ,it can not works in product env. ![image](https://user-images.githubusercontent.com/57406062/150627458-d1c272e8-8271-4d68-8461-2a69865dd8f7.png) "jspdf": "^2.5.0", "jspdf-autotable": "^3.5.23", ```js import jsPDF from "jspdf";...

enhancement
v4

How can I rotate a text in a cell so that the text is displayed vertically? Thank you in advance!

enhancement
help wanted