• The TableHeader component displays the header of the table.

    Parameters

    • props: TableHeaderProps

      The props for the TableHeader component.

    • Optional context: any

    Returns null | ReactElement<any, any>

    The rendered TableHeader component or null if the header is not visible.

    Component

Generated using TypeDoc