-
Notifications
You must be signed in to change notification settings - Fork 0
Exporter
Stephan Galea edited this page Feb 18, 2019
·
5 revisions
The exporter comes with several exporting methods
- Copy
- CSV
- JSON
- Excel XLSX
- PDF ( very basic )
Usage
<ft-fexporter
[formats]="'Copy|CSV|JSON|Print|XLSX|PDF'"
[data]="table.result?.page">
</ft-fexporter>
[formats] lets you select which export type you wish to have
[data] is normally the page being displayed