pub fn DefaultTableHeadRenderer(
content: AnyView,
class: Signal<String>,
) -> impl IntoView
Expand description
Default
thead
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 element