Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-tanstack-table-core
/
tanstack.table.core
/
AggregationFn
Aggregation
Fn
typealias
AggregationFn
<
TData
>
=
(
columnId
:
String
,
<Error class: unknown class>
<
Row
<
TData
>
>
,
<Error class: unknown class>
<
Row
<
TData
>
>
)
->
Any
(
source
)