jsPDF-AutoTable
jsPDF-AutoTable copied to clipboard
jsPDF plugin for generating PDF tables with javascript
Hi, This is a suggestion... Modify the justify alignment code to not apply the word spacing in the last line of the paragraph. It make the text more readable, specially...
I was looking into fixing some of the [`autoTable is not defined`](https://github.com/simonbengtsson/jsPDF-AutoTable/issues?q=is%3Aissue+%22autoTable+is+not+a+function%22) issues and improving ESM support, and also typescript issues, It all came down to the [hack](https://github.com/simonbengtsson/jsPDF-AutoTable/blob/90a2c878d4d6946c16130fe9ed933e7d739ee7b7/src/main.ts#L37-L48) we do...
I'm not sure how to describe this better than TypeScript 5.0.4 can. Here's the warning I get when I `import 'jspdf-autotable'` in a React tsx component. `Could not find a...
hi, trying out this example: https://github.com/simonbengtsson/jsPDF-AutoTable/blob/master/examples/typescript/index.ts tsx index.ts it works. but when you change the extension to .mts, tsx index.mts, got this error: ```` autoTable(doc, { ^ TypeError: autoTable is...
Hey! Great library, I love how it handles the placement and all, it's shame using the `autoTable(doc, { ... })` doesn't return the `finalY` anyhow. It's easy to use `applyPlugin`...
hi, i can run autoTable with jsPDF, using autoTable up to 3.5.12 ... but when i try to use 3.5.13 up to 3.5.31, i get the error: TypeError: doc.autoTable is...
I want the table with fixed data. No matters, table data is available or not. Currently if there is less data the height of table is smaller that the height...
I'd like to propose a keepWithNext option for a row to stay on the same page as the following row. I think this would be a pretty easy update to...
HorizontalPageBreakRepeat column page break can continue on same page if vertical space is enough to finish not create a new page