Skip to content

Commit 879652a

Browse files
committed
chore(*): Fixes lint errors
1 parent 00400bb commit 879652a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -5151,12 +5151,12 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
51515151
}
51525152

51535153
/**
5154-
* Returns the currently transformed paged/filtered/sorted/grouped pinned data, displayed in the grid.
5155-
* @example
5156-
* ```typescript
5157-
* const pinnedDataView = this.grid.pinnedDataView;
5158-
* ```
5159-
*/
5154+
* Returns the currently transformed paged/filtered/sorted/grouped pinned data, displayed in the grid.
5155+
* @example
5156+
* ```typescript
5157+
* const pinnedDataView = this.grid.pinnedDataView;
5158+
* ```
5159+
*/
51605160
get pinnedDataView(): any[] {
51615161
return this.pinnedRows.map(row => row.rowData);
51625162
}

0 commit comments

Comments
 (0)