GridPDFExport

A subclass of React.Component.

A React component which facilitates the PDF export of the Grid.

NameTypeDefaultDescription

props

Readonly<GridPDFExportProps>

The props of the GridPDFExport component.

Methods

save

Saves the content of the Grid as a PDF file.

Parameters

data?

any[]

The data can be different from the currently displayed data in the Grid. Can be used to export all Grid pages.

callback?

() => void

The callback that will be executed after the PDF is saved.

In this article

Not finding the help you need?