# SearchResultPageSize
The component SearchResultPageSize
shows the current number of elements per page and allows the selection of a different number of elements per page, if configured.
# Properties
HTMLElement
BaseComponent
Element tag:
cm4ap-search-result-page-size
# Parameter
# Parameters in the Layout
Name | Type | Description |
---|---|---|
hideByEmptyResult | boolean default: false | Defines whether the component should be hidden if the search contains no results. |
searchActor | SearchActor | The actor is required to get and set the number of elements per page. |
pageSizeOptions | array of (string or number) fallback:
| The possible values for the selection. |
searchSetActor | SearchSetActor | This Actor provides the available numbers for the search results. |