RowPinningRow

external interface RowPinningRow(source)

Inheritors

Properties

Link copied to clipboard
abstract var getCanPin: () -> Boolean

Returns whether or not the row can be pinned. API Docs Guide

Link copied to clipboard
abstract var getIsPinned: () -> RowPinningPosition

Returns the pinned position of the row. ('top', 'bottom' or false) API Docs Guide

Link copied to clipboard
abstract var getPinnedIndex: () -> Int

Returns the numeric pinned index of the row within a pinned row group. API Docs Guide

Link copied to clipboard
abstract var pin: (position: RowPinningPosition, includeLeafRows: Boolean?, includeParentRows: Boolean?) -> Unit

Pins a row to the 'top' or 'bottom', or unpins the row to the center if false is passed. API Docs Guide