Closed blendxorz closed 7 months ago
Hi, use the new widths
option from the latest release 1.29.0
$('#tableID').tableExport({
type:'pdf',
pdfmake:{enabled:true,
docDefinition:{pageOrientation:'landscape'},
widths: 'auto'}
});
Thank you!
Hi, I'm currently using pdfmake and I'm having trouble adjusting the column width to fit the cell content. In the snippet below, I would like to adjust the column width to fit the content in order to minimize whitespaces. How do I do that?