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 560a08f + f9e5ee2 commit 3e4035cCopy full SHA for 3e4035c
projects/igniteui-angular/src/lib/grids/grid-base.directive.ts
@@ -219,8 +219,8 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
219
220
/**
221
* Gets/Sets whether to autogenerate the columns.
222
- *@remarks
223
- * 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.
224
* @example
225
* ```html
226
* <igx-grid [data]="Data" [autoGenerate]="true"></igx-grid>
0 commit comments