ColumnPinningRow

external interface ColumnPinningRow<TData : RowData>(source)

Inheritors

Properties

Link copied to clipboard

Returns all center pinned (unpinned) leaf cells in the row. API Docs Guide

Link copied to clipboard
abstract var getLeftVisibleCells: () -> ReadonlyArray<Cell<TData, *>>

Returns all left pinned leaf cells in the row. API Docs Guide

Link copied to clipboard
abstract var getRightVisibleCells: () -> ReadonlyArray<Cell<TData, *>>

Returns all right pinned leaf cells in the row. API Docs Guide