i want to generate pdf but columns are exceeding the table border,i may get morethan 5 columns till 15 columns, so is their any way to do this so that i get all 15 columns in one sheet pdf,
and i gave
exporterPdfOrientation: 'portrait',
exporterPdfPageSize: 'LETTER',
exporterPdfMaxGridWidth: 500,
this is my sample plunker sample plunker
Change 'portrait' to 'landscape'