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.
2 parents 56e2385 + 9a416c9 commit 57017efCopy full SHA for 57017ef
projects/igniteui-angular/src/lib/grids/grid-base.component.ts
@@ -296,6 +296,8 @@ export abstract class IgxGridBaseComponent extends DisplayDensityBase implements
296
/**
297
* An @Input property that autogenerates the `IgxGridComponent` columns.
298
* The default value is false.
299
+ * @remarks
300
+ * When set to true, it will override all columns declared through code or in markup.
301
* ```html
302
* <igx-grid [data]="Data" [autoGenerate]="true"></igx-grid>
303
* ```
0 commit comments