Skip to content

Commit 6ddcb4e

Browse files
committed
chore(*): update changed properties
1 parent 21ff2db commit 6ddcb4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid.master-detail.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ describe('IgxGrid Master Detail #grid', () => {
11821182
@Component({
11831183
template: `
11841184
<igx-grid [data]="data" [width]="width" [height]="height" [primaryKey]="'ID'" [allowFiltering]='true'
1185-
[paging]="paging" [perPage]="perPage" [rowSelection]="rowSelectable">
1185+
[paging]="paging" [perPage]="perPage" [rowSelectable]="rowSelectable">
11861186
<igx-column *ngFor="let c of columns" [field]="c.field" [width]="c.width" [dataType]='c.dataType'>
11871187
</igx-column>
11881188
@@ -1221,7 +1221,7 @@ export class DefaultGridMasterDetailComponent {
12211221
@Component({
12221222
template: `
12231223
<igx-grid [data]="data" [expansionStates]='expStates'
1224-
[width]="width" [height]="height" [primaryKey]="'ID'" [paging]="paging" [rowSelection]="rowSelectable">
1224+
[width]="width" [height]="height" [primaryKey]="'ID'" [paging]="paging" [rowSelectable]="rowSelectable">
12251225
<igx-column *ngFor="let c of columns" [field]="c.field" [header]="c.field" [width]="c.width" [dataType]='c.dataType'>
12261226
</igx-column>
12271227

0 commit comments

Comments
 (0)