Skip to main content

default

Admin Docs


Function: default()

default(props): JSX.Element

Defined in: src/components/Pagination/Pagination.tsx:30

Pagination component for navigating between pages in a table.

This component provides buttons to navigate to the first page, previous page, next page, and last page of a table. The visibility and functionality of the buttons are controlled based on the current page and the total number of items.

Parameters

props

InterfaceTablePaginationActionsProps

Component properties.

Returns

JSX.Element

The rendered component.