PDF Export in JavaScript TreeGrid
PDF export allows exporting TreeGrid data to PDF document. You need to use the
pdfExport method for exporting. To enable PDF export in the treegrid, set the allowPdfExport as true.
To use PDF export, inject the PdfExport module in treegrid.
Custom data source
PDF export provides an option to define datasource dynamically before exporting. To export data dynamically, define the dataSource in exportProperties
Exporting custom aggregates in TreeGrid
The TreeGrid enables exporting custom aggregates, which summarize column data, to an PDF document using the pdfAggregateQueryCellInfo event.
In the provided example, the customAggregateFn function computes the item count for a selected category, while the pdfAggregateQueryCellInfo event customizes the exported cell values in the PDF document.
You can refer to our
JavaScript Tree Gridfeature tour page for its groundbreaking feature representations. You can also explore our JavaScript Tree Grid exampleJavaScript Tree Grid exampleto knows how to present and manipulate data.