Contact Support
Frozen header
24 May 20191 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-pivot-grid id="PivotGrid1" >
<e-frozen-header enable-frozen-headers="true"></e-frozen-header>
</ej-pivot-grid>
You can also freeze the row/column headers individually by setting the following properties:
<ej-pivot-grid id="PivotGrid1" >
<e-frozen-header enable-frozen-row-headers="true"></e-frozen-header>
</ej-pivot-grid>
<ej-pivot-grid id="PivotGrid1" >
<e-frozen-header enable-frozen-column-headers="true"></e-frozen-header>
</ej-pivot-grid>