Interface FreezePanes

The coordinates for a FreezePane. can have either a coordinate or a topLeft or both.

interface FreezePanes {
    coords?: Partial<CellCoords>;
    topLeft?: Partial<TopLeft>;
}

Properties

Properties

coords?: Partial<CellCoords>

required at least one to be set.

topLeft?: Partial<TopLeft>

If scrolling then this will be set. Note - If the current view has a scroll offset and freeze is called it will 'transfer' the scroll coordinates.