Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-tanstack-table-core
/
tanstack.table.core
/
VisibilityRow
Visibility
Row
external
interface
VisibilityRow
<
TData
:
RowData
>
(
source
)
Inheritors
Row
Members
Properties
get
Visible
Cells
Link copied to clipboard
abstract
val
getVisibleCells
:
(
)
->
ERROR CLASS: Symbol not found for ReadonlyArray<tanstack/table/core/Cell<TData, *>>
Returns an array of cells that account for column visibility for the row.
API Docs
Guide