Weight

data class Weight(val weight: Float = 1.0f) : TableColumn

Lets the column grow into a share of the remaining table width. With two columns of weight 1f and 2f, the second receives twice the space of the first after fixed-width columns are accounted for.

Constructors

Link copied to clipboard
constructor(weight: Float = 1.0f)

Properties

Link copied to clipboard
val weight: Float = 1.0f