ToolTip
28 Sep 20171 minute to read
Allows you to display the details of the cell on hovering value cells. By default, tooltip is enabled. You can disable tooltip in PivotGrid by setting the enableToolTip
property to false.
<ej-pivotgrid id="PivotGrid1" [enableToolTip]="false">
</ej-pivotgrid>
ToolTip Animation
The PivotGrid provides option to animate tooltip displayed in the grid. The animation enhances the appearance of tooltip by displaying it slowly. You can enable animation in tooltip by setting enableToolTipAnimation
property to true.
<ej-pivotgrid id="PivotGrid1" [enableToolTipAnimation]="true">
</ej-pivotgrid>