Skip to content

Commit d81301e

Browse files
committed
chore(*): update for the group
1 parent e924fe3 commit d81301e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/igniteui-angular/src/lib/grids/columns/column-group.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ export class IgxColumnGroupComponent extends IgxColumnComponent implements After
138138
return this.children && this.children.some(child => child.selectable);
139139
}
140140

141+
public set selectable(value: boolean) {}
142+
141143
/**
142144
* Returns a reference to the body template.
143145
* ```typescript

0 commit comments

Comments
 (0)