Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
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
val
flatRows
:
ERROR CLASS: Symbol not found for ReadonlyArray<tanstack/table/core/Row<TData>>
rows
Link copied to clipboard
abstract
val
rows
:
ERROR CLASS: Symbol not found for ReadonlyArray<tanstack/table/core/Row<TData>>
rows
By
Id
Link copied to clipboard
abstract
val
rowsById
:
ERROR CLASS: Symbol not found for ReadonlyRecord<kotlin/String, tanstack/table/core/Row<TData>>