This is a migrated thread and some comments may be shown as answers.

Angular Persist and Export to Excel

0 Answers 103 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Gopi
Top achievements
Rank 1
Gopi asked on 13 Oct 2020, 05:21 PM

Grid retained as follows:

 

 this.state = gridSettings.state;
      this.grid.columns = gridSettings.columnsConfig.sort((a, b) => a.orderIndex - b.orderIndex);

 

After that "Export All" fails as the grid.Coulmns are changed to Array. If the grid.columns are QueryList it is exporting.

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Gopi
Top achievements
Rank 1
Share this question
or