New to KendoReact? Start a free 30-day trial
A React component which facilitates the PDF export of the TreeList.
|
---|
Saves the content of the TreeList as a PDF file.
|
Parameters | | |
---|
data?
|
any[]
|
The data that will be exported to the PDF. The data can be different from the currently displayed data in the TreeList.
|
columns?
|
any[]
|
The columns that will be exported to the PDF. The columns collection can be different from the currently displayed in the TreeList.
|
callback?
|
() => void
|
The callback that will be executed after the PDF is saved.
|
|