CLOVER Website - v0.3.1
    Preparing search index...
    • A generic paginated table component that allows for filtering and pagination.

      Type Parameters

      • T

      Parameters

      • props: PaginatedTableProps<T>

        The properties for the paginated table.

        • data

          The data to be displayed in the table.

        • renderTable

          A function that takes the filtered data and returns the table JSX.

        • filterFn

          An optional filter function to filter the data before displaying it.

        • defaultItemsPerPage

          The default number of items to display per page.

      Returns Element

      A paginated table component.