Function Colspan

Source
pub fn Colspan(props: ColspanProps) -> impl IntoView
Expand description

A component creates a colspan over multiple columns.

§Required Props

§Optional Props

  • cols: usize
    • The number of columns to span over. The default is two.