on 2022 Oct 05 4:53 PM
I've set up a sap.m.tree bound to a 'Blocks' entity of an oData service.
This pulls in all of the 'Blocks' data fine.
However, the Blocks entity has a nav to the ChildBlocks entity, which I want to show when expanding the tree.
How can this be done with sap.m.tree ?
I've tried the below code, to no avail.
<Tree id="nodes"
items="{path: '/Blocks',
templateShareable:true,
properties: {
navigation: {
ChildBlocks : '/ChildBlocks'
}
}
I get the below error
Neither navigation paths parameters, nor (complete/valid) tree hierarchy annotations where provided to the TreeBinding.
Request clarification before answering.
User | Count |
---|---|
58 | |
10 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.