Edit in GitHubLog an issue

Search component

The Search component allows searching through the grid records. It is a generic tool for filtering content that aggregates all other filter elements.

Options

OptionDescriptionTypeDefault Value
label
The search field label.
String
$t('Keyword')
placeholder
Value displayed when the search field is empty.
String
'Search by keyword'
statefull.value
Defines that value property is automatically saved in the configured storage if a change.
Boolean
true
template
Path to the component’s .html template.
String
ui/grid/search/search

Source files

Extends UiElement:

Examples

Integration

This is an example of how the Search component integrates with the Listing component:

Copied to your clipboard
<listing>
...
<listingToolbar>
...
<filterSearch name="fulltext"/>
</listingToolbar>
...
</listing>

Result

Search Component Example

  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.