toggle menu
tanstack-table-kmp
common
switch theme
search in API
table-core
/
io.github.tanstacktable.core
/
RowModel
/
RowModel
Row
Model
constructor
(
rows
:
List
<
Row
<
TData
>
>
,
flatRows
:
List
<
Row
<
TData
>
>
,
rowsById
:
Map
<
String
,
Row
<
TData
>
>
)