cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

sap.m.tree javascript examples

0 Likes
818

Hello everyone

I need examples for element sap.m.Tree in java Script and not in Xml view

i want know how i can Create this element in javascript Controller without Xml

thank you so much

Accepted Solutions (0)

Answers (1)

Answers (1)

ThorstenHoefer
Active Contributor
0 Likes

The tree has the aggregation items. You can add an instance of sap.m.StandardTreeItem to this collection.

An example is provided here: Plunker - undefined (plnkr.co)