Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-tanstack-table-core
/
tanstack.table.core
/
CoreInstance
/
getColumn
get
Column
abstract
val
getColumn
:
(
columnId
:
String
)
->
Column
<
TData
,
*
>
(
source
)
Returns a single column by its ID.
API Docs
Guide