Column

data class Column(val alignment: Table.Alignment, val header: Table.Cell, val cells: List<Table.Cell>)

A column of a table.

Parameters

alignment

text alignment

header

header cell

cells

other cells

Constructors

Link copied to clipboard
constructor(alignment: Table.Alignment, header: Table.Cell, cells: List<Table.Cell>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard