
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 |
---|---|
10 | |
10 | |
7 | |
7 | |
7 | |
5 | |
5 | |
4 | |
4 | |
4 |