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 e924fe3 commit d81301eCopy full SHA for d81301e
projects/igniteui-angular/src/lib/grids/columns/column-group.component.ts
@@ -138,6 +138,8 @@ export class IgxColumnGroupComponent extends IgxColumnComponent implements After
138
return this.children && this.children.some(child => child.selectable);
139
}
140
141
+ public set selectable(value: boolean) {}
142
+
143
/**
144
* Returns a reference to the body template.
145
* ```typescript
0 commit comments