You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User/password (if required and possible - do not post any confidential information here):
Steps to reproduce the problem:
Use the OData Model(V2) and apply search in worklistapp(demoapp)
this._oTable.getBinding("items").filter(oTableSearchState, "Client")
Here OData model has been bound to the controllers
What is the expected result?
after clicking the enter button on search field client should not request to back-end system the filtering of data should be happened in client level only
What happens instead?
it requests a trip to back-end.
Any other information? (attach screenshot if possible)
The text was updated successfully, but these errors were encountered:
OpenUI5 version:1.48.4
Browser/version (+device/version):Chrome/61.0.3163.100(Desktop/Windows10)
Any other tested browsers/devices(OK/FAIL):FAIL
URL (minimal example if possible):
User/password (if required and possible - do not post any confidential information here):
Steps to reproduce the problem:
Here OData model has been bound to the controllers
What is the expected result?
after clicking the enter button on search field client should not request to back-end system the filtering of data should be happened in client level only
What happens instead?
it requests a trip to back-end.
Any other information? (attach screenshot if possible)
The text was updated successfully, but these errors were encountered: