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 0831eed + fe9b9e7 commit 44bb8b8Copy full SHA for 44bb8b8
projects/igniteui-angular/src/lib/grids/grid-base.directive.ts
@@ -227,8 +227,8 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
227
228
/**
229
* Gets/Sets whether to autogenerate the columns.
230
- *@remarks
231
- * The default value is false.
+ * @remarks
+ * The default value is false. When set to true, it will override all columns declared through code or in markup.
232
* @example
233
* ```html
234
* <igx-grid [data]="Data" [autoGenerate]="true"></igx-grid>
0 commit comments