on 2017 Mar 22 5:47 PM
Hi I'm using the following code to Filter the m.Table data. I'm passing a fixed value here in the code, however I need to pass multiple values to the filter dynamically from another OData service at the time the Table gets populated :
<Table
id="table"
width="auto"
class="sapUiResponsiveMargin"
items="{
path: '/OverviewSet',
sorter: {
path: 'IPlant',
descending: false
},
filters : [{path: 'IPlant', operator: 'EQ', value1: '4041' }]
}" >
Is there a way that this can be possible considering I'm passing the filter in the view.
Request clarification before answering.
User | Count |
---|---|
68 | |
16 | |
10 | |
7 | |
7 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.