How can I rotate a text in a cell so that the text is displayed vertically?
Thank you in advance!
I was looking for that feature too :)
This issue has been automatically closed since the issues in this project are mainly used for bugs and feature requests. Questions are directed to stackoverflow.
Why this can鈥檛 be a feature request @simonbengtsson?
Any news on this? Would've really liked having this feature.
Researched this briefly now and seems like the best option is to either allow the user to specify jspdf text options themselves as a textOptions style. Then the can sort out cell dimensions etc themselves in the hooks.
Or we could add a textAngle cell style. This would be very user friendly but would also mean that we would have to do checks everywhere to so that the text fits inside of the cell no matter the text angle. Certainly doable but a little more complex..
Most helpful comment
Researched this briefly now and seems like the best option is to either allow the user to specify jspdf text options themselves as a textOptions style. Then the can sort out cell dimensions etc themselves in the hooks.
Or we could add a textAngle cell style. This would be very user friendly but would also mean that we would have to do checks everywhere to so that the text fits inside of the cell no matter the text angle. Certainly doable but a little more complex..