Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-tanstack-table-core
/
tanstack.table.core
/
RowModel
Row
Model
external
interface
RowModel
<
TData
:
RowData
>
(
source
)
Members
Properties
flat
Rows
Link copied to clipboard
abstract
val
flatRows
:
ReadonlyArray
<
Row
<
TData
>
>
rows
Link copied to clipboard
abstract
val
rows
:
ReadonlyArray
<
Row
<
TData
>
>
rows
By
Id
Link copied to clipboard
abstract
val
rowsById
:
ReadonlyRecord
<
String
,
Row
<
TData
>
>