achutkiran / material-components-elm / Mwc.Table

Matrial design Table

tbody : List Css.Style -> List (Trow msg) -> Property msg

Material design table body

td : List Css.Style -> List (Html.Styled.Html msg) -> Tr msg

Material design table data

tfoot : List Css.Style -> List (Trow msg) -> Property msg

Material design table foot

th : List Css.Style -> List (Html.Styled.Html msg) -> Tr msg

Material design table head

thead : List Css.Style -> List (Trow msg) -> Property msg

Material design table head

tr : List Css.Style -> List (Tr msg) -> Trow msg

Material design table row

view : List Css.Style -> List (Property msg) -> Html.Styled.Html msg

Material design table


type Tr msg

Tr type


type Trow msg

Table Row type


type Property msg

Properties of the table