Table

inprogress

    Overview

    When to use

    t.b.d.

    When to consider an alternative

    t.b.d.


    Component

    Default

    With Sorting

    Table cells in the table header can be marked as sortable and sorted either in ascending or descending order.


    Properties

    Default

    PropertyTypeRequiredDefault
    utilClassNamesStringfalse-
    childrenNodefalse-
    tableRefShape
    { "current": "Any" }
    false-

    Table.Head

    PropertyTypeRequiredDefault
    tableHeadRefShape
    { "current": "Any" }
    false-
    utilClassNamesStringfalse-
    childrenNodefalse-

    Table.Body

    PropertyTypeRequiredDefault
    tableBodyRefShape
    { "current": "Any" }
    false-
    utilClassNamesStringfalse-
    childrenNodefalse-

    Table.Row

    PropertyTypeRequiredDefault
    tableRowRefShape
    { "current": "Any" }
    false-
    utilClassNamesStringfalse-
    childrenNodefalse-

    Table.Cell

    PropertyTypeRequiredDefaultDescription
    tableCellRefShape
    { "current": "Any" }
    false-
    isSortableBoolfalse-
    sortDirectionEnum
    "Ascending" │ "Descending" │ "None"
    false-Exported as Table.Cell.Sorting.Descending etc.
    utilClassNamesStringfalse-
    childrenNodefalse-