3

How can I set column widths when exporting pdf using ui-grid. Pdfmake has width as an option however the ui-grid exporter api docs don't have this option anywhere.

Thanks for the help

1 Answer 1

3

After a bit more fiddling with the source code, discovered that the width is retrieved from the gridoptions.columnsDef.width value. Here is the link to the docs http://ui-grid.info/docs/#/api/ui.grid.class:GridOptions.columnDef

Not the answer you're looking for? Browse other questions tagged or ask your own question.