toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-tanstack-table-core
/
tanstack.table.core
/
CoreInstance
/
getRow
get
Row
abstract
var
getRow
:
(
id
:
String
,
searchAll
:
Boolean
?
)
->
Row
<
TData
>
(
source
)
Returns the row with the given ID.
API Docs
Guide