QuanticSort
QuanticSort
In this article
The QuanticSort
component renders a dropdown that the end user can interact with to select the criterion to use when sorting query results.
Example
<c-quantic-sort engine-id={engineId}>
<c-quantic-sort-option
slot="sortOption"
label={sortOptionLabel}
value={sortOptionValue}
criterion={sortOptionCriterion}
></c-quantic-sort-option></c-quantic-sort>
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
|
|
The ID of the engine instance the component registers to. |
|
XML Configuration File Elements
The following XML configuration file elements apply (see XML Configuration File Elements).
Metadata | Value |
---|---|
|
|
|
|
Associated Use Cases
This component is also relevant in the following use case: