I have a model with 10 properties. Only 8 are displayed in the mat table. However when I click export I want to export all 10 columns.
How can I achieve that?
mat-table-exporter exports the table as it shows up in the page. If you want to export the datasource array instead, you can directly use the corresponding exporter service as explained here
I have a model with 10 properties. Only 8 are displayed in the mat table. However when I click export I want to export all 10 columns. How can I achieve that?