Skip to main content

All Questions

0 votes
1 answer
287 views

UI Grid AngularJS: Cell Filter realigns the table data

I want the table content to be right aligned in the cell. I am exporting the data using pdfmake within AngularJS. When I apply this filter to the table data it left aligns the table data. Here is ...
Adrew's user avatar
  • 227
0 votes
1 answer
472 views

How to print the carry over columns of ui-grid on the next page using pdfmake

I am trying to print an angular ui-grid with 30 columns and it cuts off at 15 columns. How can I print the remaining 15 columns on the next page. This is how I am generating a pdf. gridApi.exporter....
Ashu's user avatar
  • 1
2 votes
1 answer
524 views

UI grid - Print/Export Multiple grids into pdf on a single button click

I am exploring the export to pdf feature. I have multiple grids in a page and want to be able to print all the data in grids in a button click. I am not finding any good documentation for this. Could ...
Abi P's user avatar
  • 1,450
1 vote
3 answers
2k views

ui-grid pdfMake export layout

I am using pdfMake to export from ui-grid and I am trying to set the layout of the table using exporterPdfTableLayout as decribed in the ui-grid documentation A tableLayout in pdfMake format, ...
Janbango's user avatar
  • 191
0 votes
3 answers
4k views

Format a date on Pdfmake

I have used pdfmake library to export pdf content with the Angular UI Grid.Could you tell me how to format the date on it ? Thanks. Currently it shows like this : Angular grid it's like this : { ...
Sampath's user avatar
  • 65.7k
4 votes
0 answers
949 views

Change name of exported pdf in ui-grid

I am using pdfmake.js for exporting ui-grid data as a pdf file. However, I am not able to find any option to change the name of the exported file dynamically. Everytime the file is downloaded with ...
Dheeraj vats's user avatar
5 votes
3 answers
2k views

Can a subgrid be exported in angular ui-grid

I'm using the grid from http://ui-grid.info/ in a project. I've created a hierarchical grid, which works nicely, but when I do an export, it only exports the data from the top-level grid. This is by ...
Matt Eno's user avatar
  • 697
3 votes
1 answer
2k views

ui-grid: How do I set column width when using pdf export

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
ralphowino's user avatar
7 votes
4 answers
8k views

How can I remove some columns in pdf export in angular js ui Grid

I am using Angular JS ui Grid http://ui-grid.info/docs/#/tutorial/312_exporting_data_complex My requirement is that I want to show e.g. 5 columns, but when I export PDF, I don't want to export ...
user3214546's user avatar
  • 6,801
1 vote
1 answer
2k views

Angularjs ui-grid exporterPdfCustomFormatter function fails

The example code for angularjs ui-grid PDF exporter from Tutorial Lesson 206 works great on the official page. When I copy the code and run it ... or run it in their Plunker ... it briefly opens a tab ...
Dev93's user avatar
  • 728