File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
projects/igniteui-angular/src/lib/test-utils Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2070,6 +2070,7 @@ export class IgxGridFilteringBindingComponent extends BasicGridComponent impleme
20702070}
20712071
20722072@Component ( {
2073+ selector : 'test-grid-advanced-filtering-binding' ,
20732074 template : `
20742075 <igx-grid [data]="data" height="500px" [allowAdvancedFiltering]="true" [(advancedFilteringExpressionsTree)]="filterTree">
20752076 <igx-column width="100px" [field]="'ID'" [header]="'ID'" [hasSummary]="true" [filterable]="false" [resizable]="resizable">
@@ -2101,6 +2102,7 @@ export class IgxGridAdvancedFilteringBindingComponent extends BasicGridComponent
21012102}
21022103
21032104@Component ( {
2105+ selector : 'test-grid-advanced-filtering-serialized-tree' ,
21042106 template : `
21052107 <igx-grid [data]="data" height="500px" [allowAdvancedFiltering]="true" [(advancedFilteringExpressionsTree)]="filterTree">
21062108 <igx-column width="100px" [field]="'ID'" [header]="'ID'" [hasSummary]="true" [filterable]="false" [resizable]="resizable">
You can’t perform that action at this time.
0 commit comments