We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00400bb commit 879652aCopy full SHA for 879652a
projects/igniteui-angular/src/lib/grids/grid-base.directive.ts
@@ -5151,12 +5151,12 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
5151
}
5152
5153
/**
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
- */
+ * Returns the currently transformed paged/filtered/sorted/grouped pinned data, displayed in the grid.
+ * @example
+ * ```typescript
+ * const pinnedDataView = this.grid.pinnedDataView;
+ * ```
+ */
5160
get pinnedDataView(): any[] {
5161
return this.pinnedRows.map(row => row.rowData);
5162
0 commit comments