# 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

# 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:
  • If actor SearchSetActor is defined, the attributes searchDefaultPageSize or subpanelDefaultPageSize depending on the content of the actor
The possible values for the selection.
searchSetActor SearchSetActor This Actor provides the available numbers for the search results.
Request missing documentation