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