toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-tanstack-table-core
/
tanstack.table.core
/
HeaderContext
Header
Context
external
interface
HeaderContext
<
TData
:
RowData
,
TValue
>
(
source
)
Members
Properties
column
Link copied to clipboard
abstract
var
column
:
Column
<
TData
,
TValue
>
An instance of a column.
header
Link copied to clipboard
abstract
var
header
:
Header
<
TData
,
TValue
>
An instance of a header.
table
Link copied to clipboard
abstract
var
table
:
Table
<
TData
>
The table instance.