toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-tanstack-table-core
/
tanstack.table.core
/
CoreRow
/
getParentRows
get
Parent
Rows
abstract
var
getParentRows
:
(
)
->
ReadonlyArray
<
Row
<
TData
>
>
(
source
)
Returns the parent rows for the row, all the way up to a root row.
API Docs
Guide