Hi,
I'm trying the refresh a view which is using a collection of my model.
For that, I'm using:
var oView = this.getView();
oView.getModel().refresh(true);
It works good. The data of my view is refreshed but the refresh() loads everything again.
Actually I want to refresh only the collection TermsSet.
Is there a way to limit the refresh function?
Here the odata structure. We have a collection of customers and based on it different other collections.
Thanks in advance.
Matt