File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
projects/igniteui-angular/src/lib/grids/columns Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -239,9 +239,9 @@ export class IgxColumnGroupComponent extends IgxColumnComponent implements After
239239 }
240240
241241 /**
242- * Enables/Disables the column group selection .
243- * ```html
244- * <igx-column [ selected] = " true"></igx-column>
242+ * Select/deselect the column group.
243+ * ```typescript
244+ * this.columnGroup. selected = true;
245245 * ```
246246 * @memberof IgxColumnGroupComponent
247247 */
Original file line number Diff line number Diff line change @@ -294,10 +294,10 @@ export class IgxColumnComponent implements AfterContentInit {
294294 }
295295
296296 /**
297- * Enables/Disables column selection .
297+ * Select/deselect a column .
298298 * Default value is `false`.
299- * ```html
300- * <igx- column [ selected] = " true"></igx-column>
299+ * ```typescript
300+ * this. column. selected = true;
301301 * ```
302302 * @memberof IgxColumnComponent
303303 */
You can’t perform that action at this time.
0 commit comments