Export Expanded Rows Data from TreeList to Excel
Environment
Product Version | 6.0.1 |
Product | Progress® Kendo UI for Vue Native TreeList |
Description
Currently, I need to manually expand the rows to include the child rows in the exported Excel file. How can I have the rows automatically expand for the ExcelExport
automatically when exporting?
Solution
This can be achieved by using the mapTree function to expand the TreeList rows and then passing the data to the ExcelExport
.