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 @@ -19,6 +19,7 @@ import { IgxCellHeaderTemplateDirective } from '../grids/columns/templates.direc
1919import { IgxPaginatorDirective } from '../paginator/paginator-interfaces' ;
2020
2121@Component ( {
22+ selector : 'igx-hierarchical-grid-test-base' ,
2223 template : `
2324 <igx-hierarchical-grid #grid1 [data]="data" [allowFiltering]="true" [rowEditable]="true" [pinning]='pinningConfig'
2425 [height]="'600px'" [width]="'700px'" #hierarchicalGrid [primaryKey]="'ID'" [moving]="true">
@@ -93,6 +94,7 @@ export class IgxHierarchicalGridTestBaseComponent {
9394}
9495
9596@Component ( {
97+ selector : 'igx-hierarchical-grid-with-transaction-provider' ,
9698 template : `
9799 <igx-hierarchical-grid #grid1 [data]="data" [allowFiltering]="true" [rowEditable]="true" [pinning]='pinningConfig'
98100 [height]="'600px'" [width]="'700px'" #hierarchicalGrid [primaryKey]="'ID'" [moving]="true">
You can’t perform that action at this time.
0 commit comments