I am using tree table for my app
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
I am using tree table for my app
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
You need to create odata services which is included HierarchyLevel and ParentNodeID fields.
You can check OData Annotations TreeBinding sample.