Hi experts,
I just discovered the new mobile list element sap.m.GrowingList.
Does anybody get this list running? I tried following:
new sap.m.GrowingList ({ items: [ new sap.m.StandardListItem ({ type: sap.m.ListType.Navigation, title: "title", }), new sap.m.StandardListItem ({ type: sap.m.ListType.Navigation, title: "title", }), ], }),
What I get is the following error:
Uncaught TypeError: Cannot read property 'firstChild' of null
Regards,
Stefan