Search code examples
angularjsangularjs-directiveangularjs-scopeangularjs-ng-repeatangular-ui-grid

Export to pdf not showing columns morethan 5 in angularjs uigrid


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


Solution

  • Change 'portrait' to 'landscape'