I attached my problem in the following snap-in, I don't know how to align data in a certain way inside a column using jspdf-autotable generated pdf. I have a requirement to show a parent step and a child step in a column. so in my code I wrote the logic inside drawCell()for each child step, added 10Spaces and printed it in pdf. Inside, drawCell()I got the cell.text data as an array of strings. I easily added 10 spaces for each line as shown below
[" String1"," String2"," String3"," TOOLONG STRING dfhdjhdfd..fsdd..."]
If the line is too long, some letters are hidden on the edge of the line, jspdf tries to put each line on one line, the image below shows the problem that I highlight, please give me some suggestion I do not get any idea. How to fix it. Please carry with my English

source
share