You could simply apply the filter in the following way:
rows: {
path: "/MyCollection",
filters: oFilters // this could an array or a single entry of type sap.ui.model.Filter
},
You could simply apply the filter in the following way:
rows: {
path: "/MyCollection",
filters: oFilters // this could an array or a single entry of type sap.ui.model.Filter
},