Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
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
:
(
)
->
ReadonlyArray
<
Cell
<
TData
,
*
>
>
Returns an array of cells that account for column visibility for the row.
API Docs
Guide