Defined in: features/row-pinning/rowPinningFeature.types.ts:38
getCanPin: () => boolean;
Defined in: features/row-pinning/rowPinningFeature.types.ts:42
Returns whether or not the row can be pinned.
boolean
getIsPinned: () => RowPinningPosition;
Defined in: features/row-pinning/rowPinningFeature.types.ts:46
Returns the pinned position of the row. ('top', 'bottom' or false)
getPinnedIndex: () => number;
Defined in: features/row-pinning/rowPinningFeature.types.ts:50
Returns the numeric pinned index of the row within a pinned row group.
number
pin: (position, includeLeafRows?, includeParentRows?) => void;
Defined in: features/row-pinning/rowPinningFeature.types.ts:54
Pins a row to the 'top' or 'bottom', or unpins the row to the center if false is passed.
boolean
boolean
void