Skip to content

Commit 95bd015

Browse files
committed
fix(grid): add index to pinRow function
1 parent c2c18d7 commit 95bd015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/grid-public-row.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ abstract class BaseRow implements RowType {
211211
* ```
212212
*/
213213
public pin(): boolean {
214-
return this.grid.pinRow(this.key);
214+
return this.grid.pinRow(this.key, this.index);
215215
}
216216

217217
/**

0 commit comments

Comments
 (0)