leptos_struct_table

Function DefaultLoadingRowRenderer

Source
pub fn DefaultLoadingRowRenderer(
    class: Signal<String>,
    get_cell_class: Callback<(usize,), String>,
    get_inner_cell_class: Callback<(usize,), String>,
    index: usize,
    col_count: usize,
) -> impl IntoView
Expand description

The default loading row renderer which just displays a loading indicator.