cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

i am trying to bind a odata model to the TreeTable. i don't know what i did wrong it's not showing the data in TreeTable. i am not even sure whether it is a right way to bind the treatable, if not how can i get the TreeTable populated with following Odata ?

TreeTable:

OData :

0 Likes
View Entire Topic

Hi Ashok,

Were you able to resolve the issue? I was able to get the Odata map to a local JSON and display the table information. However the table is displaying a flat structure and I am not able to show the children under the parents. The columns names I have used is correct. But I am not sure why the Tree annotation is now working as I am expecting it to work like how Suriya had provided the below sample. Please any advise on how to perform the tree notation from a local json object that will be great.

treeAnnotationProperties :{
                    hierarchyLevelFor :'modelTree>Level',
                    hierarchyNodeFor :'modelTree>WbsElement',
                    hierarchyParentNodeFor :'modelTree>Up'