Skip to content

Commit d5258f3

Browse files
committed
fix(Toolbar): Hide PDF export button by default.
1 parent 5d6db8c commit d5258f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/grids/core/src/toolbar/grid-toolbar-exporter.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class IgxGridToolbarExporterComponent extends BaseToolbarDirective {
6868
* Show entry for PDF export.
6969
*/
7070
@Input({ transform: booleanAttribute })
71-
public exportPDF = true;
71+
public exportPDF = false;
7272

7373
/**
7474
* The name for the exported file.

0 commit comments

Comments
 (0)