botones exportar excel y pdf

This commit is contained in:
Paola 2021-08-16 13:49:19 -06:00
parent df70e86311
commit 8d718b1966
2 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<div class="content"> <div class="content">
<div class="py-2"> <div class="py-2">
<!--<button type="button" class="ds-btn ds-btn&#45;&#45;primary" (click)="exportReportesGeneralesUserExcel()">Exportar como Excel</button> <button type="button" class="ds-btn ds-btn--primary" (click)="exportReportesGeneralesUserExcel()">Exportar como Excel</button>
<button type="button" class="ds-btn ds-btn&#45;&#45;primary" (click)="exportReportesGeneralesUserPDF()">Exportar como PDF</button>--> <button type="button" class="ds-btn ds-btn--primary" (click)="exportReportesGeneralesUserPDF()">Exportar como PDF</button>
<button <button
type="button" type="button"
[hidden]="!reportsGeneral || (reportForEncuestas && reportColaboraciones)" [hidden]="!reportsGeneral || (reportForEncuestas && reportColaboraciones)"

View File

@ -363,4 +363,8 @@ export class DashboardUserComponent implements OnInit {
} }
}); });
} }
exportReportesGeneralesUserExcel(): void {}
exportReportesGeneralesUserPDF(): void {}
} }