toggle menu
tanstack-table-kmp
common
switch theme
search in API
table-core
/
io.github.tanstacktable.core
/
CellContext
/
CellContext
Cell
Context
constructor
(
cell
:
Cell
<
TData
,
TValue
>
,
column
:
Column
<
TData
,
TValue
>
,
getValue
:
(
)
->
TValue
,
renderValue
:
(
)
->
TValue
?
,
row
:
Row
<
TData
>
,
table
:
Table
<
TData
>
)