react-bs-datatable / components/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.
| Name | Type |
|---|---|
__namedParameters |
PaginationOptionsProps |
Element