toggle menu
tanstack-table-kmp
common
switch theme
search in API
table-core
/
io.github.tanstacktable.core
/
AccessorFn
Accessor
Fn
typealias
AccessorFn
<
TData
,
TValue
>
=
(
originalRow
:
TData
,
index
:
Int
)
->
TValue
Reads a value from an original row.