Skip to content

Commit 57017ef

Browse files
authored
Merge pull request #6792 from IgniteUI/masenov/docs-grid-autogenerate-82x
docs(grid): Add remark for autoGenerate property
2 parents 56e2385 + 9a416c9 commit 57017ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/igniteui-angular/src/lib/grids/grid-base.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,8 @@ export abstract class IgxGridBaseComponent extends DisplayDensityBase implements
296296
/**
297297
* An @Input property that autogenerates the `IgxGridComponent` columns.
298298
* The default value is false.
299+
* @remarks
300+
* When set to true, it will override all columns declared through code or in markup.
299301
* ```html
300302
* <igx-grid [data]="Data" [autoGenerate]="true"></igx-grid>
301303
* ```

0 commit comments

Comments
 (0)