TableCellContext

data class TableCellContext<T : Any, C>(val row: TableRowContext<T, C>, val column: C)

Constructors

Link copied to clipboard
constructor(row: TableRowContext<T, C>, column: C)

Properties

Link copied to clipboard
val column: C
Link copied to clipboard