on 2023 Dec 08 4:01 AM
I am rebinding the rows of table, and it's not triggering any backend call?
Is there anything to do?
this.getView().byId("TreeTableBasic").getBinding("rows").filter(oFilter, sap.ui.model.FilterType.Application);
Try without the second parameter "sap.ui.model.FilterType.Application", just:
this.getView().byId("TreeTableBasic").getBinding("rows").filter(oFilter)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
78 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.