export pdf using angular ignie UI for angular

143 Views Asked by At

I'm using angular typescript 12 , and i have integrated angular ignite UI grid i need to export my grid into pdf , however, i didn't find how to export the pdf using Igx-Grid.

does Igx-Grid currently provide PDF exporter? or if there is any way that can help me make that i would like to know please .

here is the grid that i have used :

<igx-grid #grid id="grid" [data]="liste" [allowFiltering]="true"  [autoGenerate]="true">
</igx-grid>
1

There are 1 best solutions below

0
On

for the time being working on PDF exporting feature is not part of the Roadmap, although there is an issue part of the GitHub repository where you can place your comment and help with prioritizing it.

In order to receive a notification whenever new information is available on the Feature Request, make sure that you are subscribed to the issue. This can be achieved via the “Subscribe” button.