QuanticResultsPerPage Component

The QuanticResultsPerPage component determines how many results to display per page.

Example

<c-quantic-results-per-page engine-id={engineId} choices-displayed="5,10,20" initial-choice="5"></c-quantic-results-per-page>

Properties

Property Attribute Description Type Default

engineId (required)

engine-id

The ID of the engine instance the component registers to.

string

choicesDisplayed

choices-displayed

A list of choices for the number of results to display per page, separated by commas.

string

'10,25,50,100'

initialChoice

initial-choice

The initial selection for the number of result per page. This should be part of the choicesDisplayed option. By default, this is set to the first value in choicesDisplayed.

number

10

XML Configuration File Elements

The following XML configuration file elements apply (see XML Configuration File Elements).

Metadata Value

apiVersion

53.0

isExposed

false