Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
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
var
flatRows
:
ReadonlyArray
<
Row
<
TData
>
>
rows
Link copied to clipboard
abstract
var
rows
:
ReadonlyArray
<
Row
<
TData
>
>
rows
By
Id
Link copied to clipboard
abstract
var
rowsById
:
ReadonlyRecord
<
String
,
Row
<
TData
>
>