Frozen Header in EJ 1 Angular PivotGrid
28 Sep 2017 / 1 minute to read
Allows you to freeze the header of the Grid so that it will be always visible when scrolling the content with a large number of rows or columns providing a precise view.
<ej-pivotgrid [frozenHeaderSettings.enableFrozenHeaders]="true">
</ej-pivotgrid>
We can also freeze the row/column headers individually by setting the below properties.
<ej-pivotgrid [frozenHeaderSettings.enableFrozenRowHeaders]="true">
</ej-pivotgrid>
<ej-pivotgrid [frozenHeaderSettings.enableFrozenColumnHeaders]="true">
</ej-pivotgrid>
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page