ColumnPinningColumn

external interface ColumnPinningColumn(source)

Inheritors

Properties

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

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

Link copied to clipboard

Returns the pinned position of the column. ('left', 'right' or false) API Docs Guide

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

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

Link copied to clipboard
abstract var pin: (position: ColumnPinningPosition) -> Unit

Pins a column to the 'left' or 'right', or unpins the column to the center if false is passed. API Docs Guide