toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-tanstack-table-core
/
tanstack.table.core
/
GroupingOptionsBase
/
getGroupedRowModel
get
Grouped
Row
Model
abstract
var
getGroupedRowModel
:
(
table
:
Table
<
TData
>
)
->
(
)
->
RowModel
<
TData
>
?
(
source
)
Returns the row model after grouping has taken place, but no further.
API Docs
Guide