toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-tanstack-table-core
/
tanstack.table.core
/
AggregationFn
Aggregation
Fn
typealias
AggregationFn
<
TData
>
=
(
columnId
:
String
,
leafRows
:
ReadonlyArray
<
Row
<
TData
>
>
,
childRows
:
ReadonlyArray
<
Row
<
TData
>
>
)
->
Any
(
source
)