Function leptos_dom::html::th
source · pub fn th(cx: Scope) -> HtmlElement<Th>
Expand description
The <th>
HTML element defines a cell as header of a group of table cells. The exact nature of this group is defined by the scope and headers attributes.