Function leptos_dom::html::colgroup
source · pub fn colgroup(cx: Scope) -> HtmlElement<Colgroup>
Expand description
The <colgroup>
HTML element defines a group of columns within a table.
pub fn colgroup(cx: Scope) -> HtmlElement<Colgroup>
The <colgroup>
HTML element defines a group of columns within a table.