Currently working with Angular TypeScript 12, I have successfully integrated Angular Ignite UI grid. However, I am in need of a way to export my grid into a PDF format using Igx-Grid.
Does Igx-Grid support PDF exporting? If not, are there any alternative methods that can assist me in accomplishing this task?
Below is the code snippet of the grid I am utilizing:
<igx-grid #grid id="grid" [data]="liste" [allowFiltering]="true" [autoGenerate]="true">
</igx-grid>