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
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 not a function
using the plug in method, doc.autoTable, works in mts, but can't refer to the types of autoTable' userOptions, any idea how to make it work? thanks
The text was updated successfully, but these errors were encountered:
Sounds like a bug to me. I would have expected that to work.
Sorry, something went wrong.
mmghv
No branches or pull requests
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:
using the plug in method, doc.autoTable, works in mts, but can't refer to the types of autoTable' userOptions, any idea how to make it work? thanks
The text was updated successfully, but these errors were encountered: