leptos_struct_table

Function DefaultTableRowRenderer

Source
pub fn DefaultTableRowRenderer<Row>(
    class: Signal<String>,
    row: RwSignal<Row>,
    index: usize,
    selected: Signal<bool>,
    on_select: EventHandler<MouseEvent>,
) -> impl IntoView
where Row: TableRow + 'static,
Expand description

The default table row renderer. Uses the <tr> element. Please note that this is NOT a #[component].