I've got a question regarding the binding of a sap.ui.comp.smarttable.SmartTable.
I have two Entities and thereby also two Entitysets, A and B.
A has 1-to-n relationship to B, ergo one instance of A can have (for example) 5 instances of B associated.
I can bind my SmartTable to either one of those without problem, but I want to bind it to e.g. A('7')/B, to only get items associated with the instance 7 of A. If I call that route in the browser, this works fine (so oData service works correctly).
However, I could not figure out how to bind the SmartTable accordingly. I tried tableBindingPath and entitySet in various attempts with different strings, but no luck.
Does anybody of you know to achieve this? We're using XML views but JS would also be fine.