pub fn DefaultTableBodyRenderer(
content: impl IntoView,
class: Signal<String>,
body_ref: BodyRef,
) -> impl IntoViewExpand description
Default tbody renderer. Please note that this is NOT a #[component].
§Arguments
content- The content of the renderer. It’s like the children of this view.class- The class attribute that is passed to the root elementnode_ref- TheNodeRefreferencing the root tbody element.
This render function has to render exactly one root element.