Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-tanstack-table-core
/
tanstack.table.core
/
CoreInstance
/
getRow
get
Row
abstract
val
getRow
:
(
id
:
String
,
searchAll
:
Boolean
?
)
->
Row
<
TData
>
(
source
)
Returns the row with the given ID.
API Docs
Guide