• Table is a functional component that renders a sortable, paginated, and filterable table.

    This component provides the following features:

    • Sorting by column
    • Pagination
    • Global filtering
    • Filtering by columns
    • Customizable visual properties, such as colors
    • Optional row-based actions, such as editing, archiving and deletion
    • Customizable row selection
    • Support for exporting table data

    Type Parameters

    • T

      The type of data for each row in the table.

    Parameters

    • props: TableProps<T>

      The properties of the Table component.

    Returns ReactElement

    A React element that represents the table.

Generated using TypeDoc