File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
projects/igniteui-angular/src/lib/grids/pivot-grid Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
[style.height.px] ='getAreaHeight(filterArea) '> </ span >
28
28
</ ng-container >
29
29
</ ng-container >
30
- < igx-chip igxDrop (dragDrop) ="onDimDrop($event, filterArea, 2) " #notifyChip [hidden] ='true '>
30
+ < igx-chip igxDrop (dragDrop) ="onDimDrop($event, filterArea, 2) " #notifyChip [hidden] ='true ' [displayDensity] =" grid.displayDensity " >
31
31
Drop here to use as filter
32
32
</ igx-chip >
33
33
</ igx-chips-area >
65
65
[style.height.px] ='getAreaHeight(colArea) '> </ span >
66
66
</ ng-container >
67
67
</ ng-container >
68
- < igx-chip igxDrop (dragDrop) ="onDimDrop($event, colArea, 1) " #notifyChip [hidden] ='true '>
68
+ < igx-chip igxDrop (dragDrop) ="onDimDrop($event, colArea, 1) " #notifyChip [hidden] ='true ' [displayDensity] =" grid.displayDensity " >
69
69
Drop here to use as column
70
70
</ igx-chip >
71
71
</ igx-chips-area >
98
98
[style.height.px] ='getAreaHeight(valueArea) '> </ span >
99
99
</ ng-container >
100
100
</ ng-container >
101
- < igx-chip igxDrop (dragDrop) ="onValueDrop($event, valueArea) " #notifyValueChip [hidden] ='true '>
101
+ < igx-chip igxDrop (dragDrop) ="onValueDrop($event, valueArea) " #notifyValueChip [hidden] ='true ' [displayDensity] =" grid.displayDensity " >
102
102
Drop here to use as value
103
103
</ igx-chip >
104
104
</ igx-chips-area >
You can’t perform that action at this time.
0 commit comments