How Export All Data as csv/pdf/excel in ui-grid-angular2 similar option is present in angular(UI GRID)
I tried to use this directive 'ui-grid-exporter' in ui-grid-angular2
<ui-grid [data]="table.tableData" ui-grid-exporter (onUpdate)="onUpdate($event)"></ui-grid>
it failed to work how can i achieve this