cancel
Showing results for 
Search instead for 
Did you mean: 

Endless loop in treetable

borkarm
Explorer
0 Kudos
248

Hi All,

I am implementing treetable for odata v2, Ihave three levels of node 1,2,3 and all the hierarchichal data is sent from get_entityset. After binding the entityset in view, i can see hierarchy but all the data is copied from last node(3) to all the levels and the expansion is endless. Somewhere i saw we should use operationMode : 'Client' , but still its not working.

why the data is copied from last node and properly formed hierarchy? Second question is why its endless expansion though only single batch call is sent to backend (i checked network tab).

WouterLemaire
Active Contributor
0 Kudos

Can you share how the result of your entitySet looks and your tree config?

borkarm
Explorer
0 Kudos

Now I am having issue with addSelectionInterval.I have used addSelctionInterval for selecting childnodes based on parent, but onRowselect is triggered infinite times.

borkarm
Explorer
0 Kudos

Not yet, I can only tell that issue is with addSelectionInterval , which is triggering OnRowSelect endless time? does anyone have any idea of how to reolve it?

Accepted Solutions (0)

Answers (0)