toggle menu
Kotlin Wrappers API Reference
js
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
var
getVisibleCells
:
(
)
->
ReadonlyArray
<
Cell
<
TData
,
*
>
>
Returns an array of cells that account for column visibility for the row.
API Docs
Guide