GridPDFExport
Component
A React component which facilitates the PDF export of the Grid.
Definition
Package:@progress/kendo-react-pdf
Properties
props
GridPDFExportProps intersected with RefAttributes<any>
The props of the GridPDFExport component.
Methods
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?() => voidThe callback that will be executed after the PDF is saved.