toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-tanstack-table-core
/
tanstack.table.core
/
createCell
create
Cell
external
fun
<
TData
:
RowData
,
TValue
>
createCell
(
table
:
Table
<
TData
>
,
row
:
Row
<
TData
>
,
column
:
Column
<
TData
,
TValue
>
,
columnId
:
String
)
:
Cell
<
TData
,
TValue
>
(
source
)