Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-tanstack-table-core
/
tanstack.table.core
/
TableFeature
/
createCell
create
Cell
abstract
val
createCell
:
(
cell
:
Cell
<
TData
,
*
>
,
column
:
Column
<
TData
,
*
>
,
row
:
Row
<
TData
>
,
table
:
Table
<
TData
>
)
->
Unit
?
(
source
)