toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
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
>
>