headRow

fun THEAD.headRow(vararg items: String)

Emit a <tr> inside a <thead> with one <th> per string in items.


fun THEAD.headRow(vararg items: TH.() -> Unit)

Emit a <tr> inside a <thead> where each cell is a TH-builder lambda.