ng-mat-table-csv-export
v0.0.7
Published
Add CSV Export functionality to the angular material table.
Downloads
68
Readme
Ng Mat Table Csv Export
Add CSV Export functionality to the angular material table.
npm i ng-mat-table-csv-export
- Wrap your mat-table with the
<table-container>
- DONE! A toolbar with a download button will show up
Example usage:
<table-container>
<mat-table>...</mat-table>
</table-container>
DEMO: https://angular-libs-showcase.web.app/csv-export