0.0.7 • Published 8 months ago
ng-mat-table-csv-export v0.0.7
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>