Skip to content

Commit 37a528c

Browse files
Update projects/igniteui-angular-elements/src/lib/grids/grid.component.ts
Co-authored-by: Damyan Petev <damyanpetev@users.noreply.github.com>
1 parent c223237 commit 37a528c

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

projects/igniteui-angular-elements/src/lib/grids/grid.component.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,6 @@ import { IgxGridComponent } from 'igniteui-angular/grids/grid/src/grid.component
7070
* @remarks
7171
* The Ignite UI Grid is used for presenting and manipulating tabular data in the simplest way possible. Once data
7272
* 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-
* ```
8173
*/
8274
@Component({
8375
changeDetection: ChangeDetectionStrategy.OnPush,

0 commit comments

Comments
 (0)