Closed bonbonsiregar closed 6 months ago
You can do the same for the body cells as the header
Example: https://simonbengtsson.github.io/jsPDF-AutoTable/#spans
Docs: https://github.com/simonbengtsson/jsPDF-AutoTable#:~:text=Usage%20with%20colspan%2C%20rowspan
Is there a built in function for merging cells inside the body of autotable? In header we can do that using rowspan and colspan and set halign and valign value, but i can't seem to find a workaround to modify the cells.
this is what i managed to do
and this is what i expected
I don't need the excess horizontal line if the cell is empty.