We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found the following bug in jsPDF-AutoTable v3.5.13:
Using a line height greater than the default (1.15) is not taken into account by jsPDF-AutoTable, causing multi-line cells to get cut off vertically.
Steps to reproduce:
const doc = new jsPDF({ lineHeight: 1.5 }) doc.autoTable({ body: [ ['text \n on \n four \n lines'], ['text on one line'], ['text on one line'], ], })
This issue was previously pointed on in August 2020 by another user, but for some reason that issue was closed, even though this is a clearly a bug.
The text was updated successfully, but these errors were encountered:
True! There is a stale PR open for this #754, but a new PR would be great.
Sorry, something went wrong.
Released in v3.7.0
Successfully merging a pull request may close this issue.
I found the following bug in jsPDF-AutoTable v3.5.13:
Using a line height greater than the default (1.15) is not taken into account by jsPDF-AutoTable, causing multi-line cells to get cut off vertically.
Steps to reproduce:
This issue was previously pointed on in August 2020 by another user, but for some reason that issue was closed, even though this is a clearly a bug.
The text was updated successfully, but these errors were encountered: