File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed
projects/igniteui-angular/src/lib
core/styles/components/grid Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 1076
1076
opacity : .5 ;
1077
1077
}
1078
1078
1079
- %igx-grid__tr--disabled {
1080
- opacity : .5 ;
1081
- }
1082
-
1083
1079
%grid-row--odd {
1084
1080
background : --var ($theme , ' row-odd-background' );
1085
1081
color : --var ($theme , ' row-odd-text-color' );
Original file line number Diff line number Diff line change @@ -5153,17 +5153,6 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
5153
5153
return this . pinnedRows . map ( row => row . rowData ) ;
5154
5154
}
5155
5155
5156
- /**
5157
- * Returns the currently transformed paged/filtered/sorted/grouped pinned data, displayed in the grid.
5158
- * @example
5159
- * ```typescript
5160
- * const pinnedDataView = this.grid.pinnedDataView;
5161
- * ```
5162
- */
5163
- get pinnedDataView ( ) : any [ ] {
5164
- return this . pinnedRows . map ( row => row . rowData ) ;
5165
- }
5166
-
5167
5156
/**
5168
5157
* Get current selection state.
5169
5158
* @example
You can’t perform that action at this time.
0 commit comments