We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ad423 commit c3219d7Copy full SHA for c3219d7
projects/igniteui-angular/src/lib/test-utils/grid-samples.spec.ts
@@ -1463,7 +1463,7 @@ export class IgxGridRowEditingWithoutEditableColumnsComponent extends BasicGridC
1463
</igx-column>
1464
</igx-column-group>
1465
}
1466
- @if (!columnGroupingFlag) {
+ @else {
1467
<igx-column field="Released" header="Released" [dataType]="'boolean'" [pinned]="pinnedFlag" [editable]="true" width="100px">
1468
1469
<igx-column field="Category" header="Category" [dataType]="'string'" [editable]="true" [hidden]="hiddenFlag" width="150px">
0 commit comments