Skip to content

Commit

Permalink
test(esf): fix external esf test #5878
Browse files Browse the repository at this point in the history
  • Loading branch information
DiyanDimitrov committed Nov 1, 2019
1 parent 22af6eb commit 64c1223
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ export class IgxGridFilteringComponent extends BasicGridComponent {

@Component({
template: `
<igx-grid-excel-style-filtering #esf>
<igx-grid-excel-style-filtering #esf style="height: 700px; width: 350px">
</igx-grid-excel-style-filtering>
<igx-grid #grid1 [data]="data" height="500px">
<igx-column width="100px" [field]="'ID'" [header]="'ID'" [hasSummary]="true"
Expand Down

0 comments on commit 64c1223

Please sign in to comment.