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 02b76c1 + b2a35c1 commit fe9b9e7Copy full SHA for fe9b9e7
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