I use ui-grid export pdf , but the last column always get cut in half. No matter what page size I set.
I search around, some one said, set exporterPdfOrientation: 'landscape', at
$scope.gridOptions = { ... exporterPdfOrientation: 'landscape', ...}
It does not work for me.