pub fn DefaultTableRowRenderer<Row, Column>(
class: Signal<String>,
row: RwSignal<Row>,
index: usize,
selected: Signal<bool>,
on_select: EventHandler<MouseEvent>,
columns: RwSignal<Vec<Column>>,
) -> impl IntoViewExpand description
The default table row renderer. Uses the <tr> element. Please note that this
is NOT a #[component].