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
Tr type
Table Row type
Properties of the table