Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-tanstack-table-core
/
tanstack.table.core
/
ExpandedRow
/
toggleExpanded
toggle
Expanded
abstract
val
toggleExpanded
:
(
expanded
:
Boolean
?
)
->
Unit
(
source
)
Toggles the expanded state (or sets it if
expanded
is provided) for the row.
API Docs
Guide