ColumnPinningRow

external interface ColumnPinningRow<TData : RowData>(source)

Inheritors

Properties

Link copied to clipboard
abstract val getCenterVisibleCells: () -> <Error class: unknown class><Cell<TData, *>>

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

Link copied to clipboard
abstract val getLeftVisibleCells: () -> <Error class: unknown class><Cell<TData, *>>

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

Link copied to clipboard
abstract val getRightVisibleCells: () -> <Error class: unknown class><Cell<TData, *>>

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