toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-tanstack-table-core
/
tanstack.table.core
/
ExpandedRow
/
toggleExpanded
toggle
Expanded
abstract
var
toggleExpanded
:
(
expanded
:
Boolean
?
)
->
Unit
(
source
)
Toggles the expanded state (or sets it if
expanded
is provided) for the row.
API Docs
Guide