We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03002e9 commit 8364bb3Copy full SHA for 8364bb3
projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-header-row.component.html
@@ -119,7 +119,7 @@
119
<!-- Row area -->
120
<igx-chips-area #rowArea droppable='true'>
121
<ng-container *ngIf="grid.showPivotConfigurationUI">
122
- <span igxDrop (dropped)="onDimDrop($event, rowArea, 0)"
+ <span id='empty' igxDrop (dropped)="onDimDrop($event, rowArea, 0)"
123
*ngIf="grid.rowDimensions.length === 0 && grid.showPivotConfigurationUI"
124
class='igx-pivot__emptyChipArea'>Drop Row Fields here.</span>
125
<ng-container *ngFor="let row of grid.rowDimensions; let last = last;">
0 commit comments