Closed IMinchev64 closed 5 months ago
This seems to also reproduce on latest master if on grid initialization the columns in a row island are disabled and later reenabled. Seems the columns array property is not updated after initialization.
On the contrary, columnList gets updated and contains all the columns at the moment of exporting the grid.
Description
When trying to export a hierarchical grid to excel in angular-elements only the parent grid data and column headers are exported, while the child grid columns are not:
Steps to reproduce
Result
The hidden rows are empty:
Expected result
Hidden rows should hold the data from the child grids:
Attachments
See screenshots above.