TableGridScope

Builder scope for TableGrid: collects rows of cells.

Functions

Link copied to clipboard
fun row(content: TableGridRowScope.() -> Unit)

Adds one row; declare its cells inside content via TableGridRowScope.cell.