ColumnPinningRow

external interface ColumnPinningRow<TData : RowData>(source)

Inheritors

Properties

Link copied to clipboard
abstract val getCenterVisibleCells: () -> ERROR CLASS: Symbol not found for ReadonlyArray<tanstack/table/core/Cell<TData, *>>

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

Link copied to clipboard
abstract val getLeftVisibleCells: () -> ERROR CLASS: Symbol not found for ReadonlyArray<tanstack/table/core/Cell<TData, *>>

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

Link copied to clipboard
abstract val getRightVisibleCells: () -> ERROR CLASS: Symbol not found for ReadonlyArray<tanstack/table/core/Cell<TData, *>>

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