Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.56 KB

File metadata and controls

45 lines (27 loc) · 1.56 KB

react-bs-datatable / components/PaginationOptions

Module: components/PaginationOptions

Table of contents

Interfaces

Functions

Functions

PaginationOptions

PaginationOptions(__namedParameters): Element

Renders a control for the pagination options. It will show a form group, consisting of a select input, as well as a label/text before and after the input. By default, it renders "Rows per page" as a label, which refers to the select input. There is no text after the select input, unless specified in the labels.afterSelect prop.

The options available in the select input are the ones specified from the DatatableWrapper, or the ones passed in this component's prop controlledProps.rowsPerPageOptions.

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

Parameters

Name Type
__namedParameters PaginationOptionsProps

Returns

Element

Defined in

components/PaginationOptions.tsx:84