Hey,
I have a page view that shows some Data about a certaine entitySet from oData (i used view.bindElement and gave it a path to the Data) and it works fine.
now i want in the same page view to build a Table or HBox but i need to bind it to a defferent EntitySet in order to show Data from a different model.
the question is how to bind oData entity to a specifc ID like Table or HBox.
** its important that the page will be binded to the first EntitySet that i mentioned.
thank you all!