Skip to content

Commit 8577c14

Browse files
committed
chore(*): improve method description
1 parent 28cec7a commit 8577c14

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

projects/igniteui-angular/src/lib/grids/grid-base.directive.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4135,9 +4135,6 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
41354135
* If the primary key is not specified the row selector match the row data.
41364136
* @example
41374137
* ```typescript
4138-
* const data = grid.getRowData({
4139-
* ProductID: 1, ProductName: 'Spearmint', InStock: true, UnitsInStock: 1, OrderDate: new Date('2005-03-21')
4140-
* });
41414138
* const data = grid.getRowData(94741);
41424139
* ```
41434140
* @param rowSelector correspond to rowID

0 commit comments

Comments
 (0)