Mohamed Gharib
Mohamed Gharib
colspans and rowspans didn't get much support when it comes to width distribution, currently we are working on improving the width distribution for the table to be smarter and not...
I honestly don't know how it's working and I need help, I don't have access to an AMS1117 but I have other regulators, does it have to be 1.2v or...
Released in [v3.7.0](https://github.com/simonbengtsson/jsPDF-AutoTable/releases/tag/v3.7.0)
Currently, rawSpan pageBreak isn't supported, this will change in v4, for now make sure rowSpans don't span multiple pages.
What?!! editable PDF fields? am I missing something here? isn't PDF just for printing?
https://github.com/simonbengtsson/jsPDF-AutoTable/blob/4c04f6a089b9dea919e84fee5fff649552cd49b8/examples/examples.js#L654-L662
Turned out to be a jspdf bug, reported here : https://github.com/parallax/jsPDF/issues/3644
Fixed in [v3.7.0](https://github.com/simonbengtsson/jsPDF-AutoTable/releases/tag/v3.7.0)
Released in [v3.7.0](https://github.com/simonbengtsson/jsPDF-AutoTable/releases/tag/v3.7.0)
This will be resolved in [v4](https://github.com/simonbengtsson/jsPDF-AutoTable/issues/997) when we move away from the default export and rework the build system. For now you could explicitly import `jspdf-autotable/es` for the ESM version....