Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
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: unknown class>
<
Cell
<
TData
,
*
>
>
Returns an array of cells that account for column visibility for the row.
API Docs
Guide