Function leptos_dom::html::td
source · pub fn td(cx: Scope) -> HtmlElement<Td>
Expand description
The <td>
HTML element defines a cell of a table that contains data. It participates in the table model.
pub fn td(cx: Scope) -> HtmlElement<Td>
The <td>
HTML element defines a cell of a table that contains data. It participates in the table model.