
sap.ui.comp.filterbar.FilterBar sample in SAP UI5 SDK

filterItems and FilterItem aggregations

<fb:filterGroupItems>
<fb:FilterGroupItem name="Name"
label="Name">
<fb:control>
<MultiComboBox
name="Name"
selectionChange=".onSelectionChange"
items="{
path: '/ProductNames',
templateShareable: true
}"
>
<core:Item key="{key}" text="{name}"/>
</MultiComboBox>
</fb:control>
</fb:FilterGroupItem>
</fb:filterGroupItems>You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 27 | |
| 24 | |
| 20 | |
| 19 | |
| 13 | |
| 13 | |
| 12 | |
| 12 | |
| 11 | |
| 10 |