javascript - sap.m.Tree Implementation -
i have been trying implement sap.m.tree multilevel hierarchy data, , attribute names different.
i have been through fiori guidelines https://experience.sap.com/fiori-design-web/tree/ same , understand exact control need. sapui5 explored https://sapui5.hana.ondemand.com/explored.html#/entity/sap.m.tree/samples
couldn't of have example on same data , there no aggregations.
can me lead, example highly appreciated.
json
{ "d": { "__count": "4", "results": [ { "id": "1234", "fid": "00145e9279201ee799e3027fbe864f24", "fname" : "header" "sequence": 0, "values": { "results": [ { "id": "321", "value": "fchild", }, { "id": "321", "value": "fchild", } ]} }] } }
Comments
Post a Comment