We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c223237 commit 37a528cCopy full SHA for 37a528c
1 file changed
projects/igniteui-angular-elements/src/lib/grids/grid.component.ts
@@ -70,14 +70,6 @@ import { IgxGridComponent } from 'igniteui-angular/grids/grid/src/grid.component
70
* @remarks
71
* The Ignite UI Grid is used for presenting and manipulating tabular data in the simplest way possible. Once data
72
* has been bound, it can be manipulated through filtering, sorting & editing operations.
73
- * @example
74
- * ```html
75
- * <igx-grid [data]="employeeData" [autoGenerate]="false">
76
- * <igx-column field="first" header="First Name"></igx-column>
77
- * <igx-column field="last" header="Last Name"></igx-column>
78
- * <igx-column field="role" header="Role"></igx-column>
79
- * </igx-grid>
80
- * ```
81
*/
82
@Component({
83
changeDetection: ChangeDetectionStrategy.OnPush,
0 commit comments