Hi Jean,
We have analyzed the reported problem at our end. And this issue occurs due to the minimum height is defined as “300px” by default to the pivot table. However, you can modify the minimum height using the “minHeight” property in the load event at our end. Please refer to the following code example.
Code Example:
|
<ejs-pivotview
#pivotview
(load)="onLoad($event)"
></ejs-pivotview>
onLoad() {
this.pivotObj.minHeight = this.height;
} |
Meanwhile, we have prepared a sample for your reference. Please find it from below link.
Please let us know if you have any concerns.
Regards,
Manikandan