pfFilterPanel
patternfly.filters
The Filter Panel is opened and closed by clicking on the Filter button. It can contain any HTML desired by
the application developer. As such, the application developer is repsonsible for constructing the appliedFilters array which is passed to
the filter results tags.
The application developer is responsible for filtering items based on the appliedFilters array; both when a
filter is changed on the panel, or when a filter tag is 'cleared' (by user clicking on 'x' in the filter results tag).
<pf-filter-panel
config="{object}">
</pf-filter-panel>
| Param | Type | Details |
|---|---|---|
| config | object | configuration settings for the filters:
|