File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
projects/igniteui-angular/src/lib/grids/grid Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ describe('Row Pinning #grid', () => {
219219 expect ( grid . getRowByIndex ( 1 ) . rowID ) . toBe ( fix . componentInstance . data [ 1 ] ) ;
220220 } ) ;
221221 } ) ;
222- describe ( 'Row pinning with MRL' , ( ) => {
222+ fdescribe ( 'Row pinning with MRL' , ( ) => {
223223 beforeEach ( fakeAsync ( ( ) => {
224224 fix = TestBed . createComponent ( GridRowPinningWithMRLComponent ) ;
225225 fix . detectChanges ( ) ;
@@ -329,13 +329,6 @@ export class GridRowPinningComponent {
329329@Component ( {
330330 template : `
331331 <igx-grid [data]="data" height="500px" [pinning]='pinningConfig'>
332- <igx-column-group header="General Information">
333- <igx-column field="CompanyName"></igx-column>
334- <igx-column-group [movable]="true" header="Person Details">
335- <igx-column field="ContactName"></igx-column>
336- <igx-column field="ContactTitle"></igx-column>
337- </igx-column-group>
338- </igx-column-group>
339332 <igx-column-layout *ngFor='let group of colGroups'>
340333 <igx-column *ngFor='let col of group.columns'
341334 [rowStart]="col.rowStart" [colStart]="col.colStart" [width]='col.width'
You can’t perform that action at this time.
0 commit comments