HalitTalha / ng-material-extensions

Extended features for @angular/material components
Apache License 2.0
101 stars 52 forks source link

Can't set fileName #36

Closed tcetin closed 4 years ago

tcetin commented 4 years ago

It gives an error when try to set a fileName.

        <button (click)="exporter.exportTable('xlsx','custom_file_name')" mat-raised-button matTooltip="Dışa Aktar" type="button">
                 Dışa Aktar <mat-icon>file_download</mat-icon> 
            </button>
        </ng-container>

Here is error: Cannot create property 'type' on string 'custom_file_name'

tcetin commented 4 years ago

Sorry wrong using, it should be exporter.exportTable('xlsx',{fileName:'custom_file_name'}).