0

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>
4

1 回答 1

2

目前,开发 PDF 导出功能不是路线图的一部分,尽管GitHub 存储库中有一个问题部分,您可以在其中放置评论并帮助确定优先级。

为了在功能请求上有新信息时收到通知,请确保您订阅了该问题。这可以通过“订阅”按钮来实现。

于 2021-08-30T07:10:58.717 回答