Skip to content

Commit 21f1adc

Browse files
committed
chore(*): Fixes merge conflicts from master
1 parent f81654d commit 21f1adc

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-theme.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,10 +1076,6 @@
10761076
opacity: .5;
10771077
}
10781078

1079-
%igx-grid__tr--disabled {
1080-
opacity: .5;
1081-
}
1082-
10831079
%grid-row--odd {
10841080
background: --var($theme, 'row-odd-background');
10851081
color: --var($theme, 'row-odd-text-color');

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5153,17 +5153,6 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
51535153
return this.pinnedRows.map(row => row.rowData);
51545154
}
51555155

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-
51675156
/**
51685157
* Get current selection state.
51695158
* @example

0 commit comments

Comments
 (0)