Skip to content

TableScope

class TableScope

Receiver scope for Table's content lambda.

Functions

row

fun row(vararg cells: @Composable



 () -> Unit)

Adds a row.

Short rows are padded with blanks and long ones are ignored past the last column, so a row that disagrees with the column list degrades into a gap rather than throwing or misaligning everything after it.