I have an ag-grid master-detail grid in my Angular 8 application, where one master row has only 1 sub-row in the detail grid. I am using "ag-grid-enterprise": "^21.0.1". All is working fine except:
- Export to excel does not export the "detail" grid in version 21 but works file in version 22. I did not find any documentation to support this.
- Export to excel exports the "Detail" grid below the "Master" grid in the excel. Is there a way to have all the "Master" and "Details" headers in the same row in the excel?
- Expand of any master row existing expanded rows should collapse. There should be only single master detail row should be expanded. This looks like a basic feature but I did not see it in any of the examples or documentation.