You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i want to create a table and have some linebreaks in a cell. But in the rendered pdf document these linebreaks are not recognized anymore.
constaHeaders=[{id: "Field",name: "Field",prompt: "Field",width: 65,align: "left",padding: 0},{id: "Entry",name: "Entry",prompt: "Entry",width: 150,align: "left",padding: 0}];letaData=[];aData.push({Field: "Field 1",Entry: "Title: Sed fermentum, mi et tristique ullamcorper"+"\n"+"Priority: high"+"\n"+"Description: Sed fermentum, mi et tristique ullamcorper"});doc.table(14,50,aData,aHeaders,{fontSize: 10});
Is this a bug or am i doing something wrong?
Any help would be much appreciated.
The text was updated successfully, but these errors were encountered:
Hi,
i want to create a table and have some linebreaks in a cell. But in the rendered pdf document these linebreaks are not recognized anymore.
Is this a bug or am i doing something wrong?
Any help would be much appreciated.
The text was updated successfully, but these errors were encountered: