Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.3 KB

File metadata and controls

44 lines (26 loc) · 1.3 KB

react-bs-datatable / components/Pagination

Module: components/Pagination

Table of contents

Interfaces

Functions

Functions

Pagination

Pagination(__namedParameters): Element

Renders a control for the pagination. It consists of "First", "Prev", "Next", and "Last" buttons. Additionally, between the "Prev" and "Next" buttons, there will be at maximum 3 numbered buttons, indicating the pages to navigate.

The currently active page will always be disabled, as well as the "First" or "Last" buttons if the currentPage represents the first page and last page, respectively.

When alwaysShowPagination is set to false, then this component will be visually hidden.

Parameters

Name Type
__namedParameters PaginationProps

Returns

Element

Defined in

components/Pagination.tsx:81