table
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
table
table-core
/
ua.wwind.table.config
/
TableCellContext
Table
Cell
Context
@
Immutable
data
class
TableCellContext
<
T
:
Any
,
C
>
(
val
row
:
TableRowContext
<
T
,
C
>
,
val
column
:
C
)
Members
Constructors
Table
Cell
Context
Link copied to clipboard
constructor
(
row
:
TableRowContext
<
T
,
C
>
,
column
:
C
)
Properties
column
Link copied to clipboard
val
column
:
C
row
Link copied to clipboard
val
row
:
TableRowContext
<
T
,
C
>