Please enable JavaScript.
Coggle requires JavaScript to display documents.
Fiori_Bas_LiCon_Search_navi_wkList, List Binding and Table binding…
-
List Binding and Table binding approach is same, in case of List Binding under List Aggregation give the absolute path for items and under the ListItem say ObjectList item give the relative path
-
Code:
- onSearch: function(oEvent){
- var what2Search = oEvent.getparameter("query");
- var oFilter = new sap.ui.model.Filter("what to search from item, Filter.Operator.Contains, what2Search)
- this.getView().byID("idList").getBinding("items").filter(oFilter)}
-