0

I am using tree table for my app

enter image description here

and I need the same functionality which is shown on picture, but using OData. The problem is that I can not build hierarchy in view.xml ot should I write mapping programmatically in controller.js

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48

1 Answers1

0

You need to create odata services which is included HierarchyLevel and ParentNodeID fields.

You can check OData Annotations TreeBinding sample.

mkysoft
  • 5,392
  • 1
  • 21
  • 30