ReadonlyariaAccessible label for the component.
ReadonlycolumnsProjected table-view columns (used in table layout mode).
ReadonlydatasourceThe datasource powering the search results.
Accepts any IDatasource. When the datasource is a FilterableArrayDatasource the component automatically applies filter expressions from the embedded filter.
ReadonlyemptyOptional empty-state template.
ReadonlyexpressionEmits the FilterExpression every time the filter rules change.
ReadonlyfilterThe filter descriptor state (two-way bindable).
ReadonlyfilterWhether the filter section starts expanded.
ReadonlyfilterExplicit filter field definitions.
When provided these override the auto-inferred fields derived from projected columns and sample data.
ReadonlyfilterWhether the filter toggle button is hidden.
ReadonlyfilterOptional custom filter template.
ReadonlylayoutResults layout mode.
'table' (default) — uses <ui-table-view> with projected columns.'custom' — renders the projected #results template.ReadonlypageEmits when the page changes.
ReadonlypageCurrent page index (two-way bindable, zero-based).
ReadonlypageItems per page.
ReadonlypageAvailable page-size options in the pagination selector.
ReadonlyplaceholderPlaceholder text shown when there are no results.
ReadonlyresultsOptional custom results template (used in custom layout mode).
ReadonlysavedEmits when a saved search is loaded, saved, or deleted.
ReadonlyshowWhether the filter section is visible.
true — always show the filter.false — never show the filter.undefined (default) — auto-detect: show when the datasource
is a FilterableArrayDatasource.ReadonlyshowWhether to show the pagination footer.
ReadonlystorageStorage key that enables the saved-searches feature.
When set, a toolbar strip is shown allowing users to save, load, and delete named filter states. The key is used to namespace the persisted data in the underlying StorageService.
Leave undefined (default) to disable saved searches.
ReadonlytitleTitle displayed in the header area.
Delete a saved search by its ID.
Load a saved search by its ID, applying its filter descriptor to the search view.
Save the current filter state as a new named search.
Toggle the filter panel open/closed.
A unified browse-and-filter layout that composes UIFilter, UITableView (or a custom results template), and UIPagination into a single search screen.
Table mode (default)
Custom results template
With custom filter template