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

jsPDF plugin for generating PDF tables with javascript

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

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...

enhancement
help wanted

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...

enhancement
v4

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...

bug
Typescript
v4

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...

bug
Typescript
v4

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`...

enhancement
Typescript
v4

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...

bug
v4

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...

enhancement
help wanted

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...

enhancement
help wanted

HorizontalPageBreakRepeat column page break can continue on same page if vertical space is enough to finish not create a new page

enhancement