PagingInfo
editPagingInfo
editPaging details, like "1 - 20 of 100 results".
Example
editimport { PagingInfo } from "@elastic/react-search-ui"; ... <PagingInfo />
Properties
editName | Description |
---|---|
className |
|
view |
Used to override the default view for this Component. See View customization below. |
* |
Any other property passed will be passed through and available to use in a Custom View |
View customization
editA complete guide to view customization can be found in the Customization: Component views and HTML section.
The following properties are available in the view:
Name | Description |
---|---|
className |
Passed through from main component. |
end |
Type: |
searchTerm |
Type: |
start |
Type: |
totalResults |
Type: |
See PagingInfo.tsx for an example.