Hi there,
I just ran into an issue when trying to place a sap.m.Table inside a sap.m.Page inside a sap.ui.core.UIComponent. Unfortunately the table is not visible (it is rendered somehow though ...). A small example can be found in this gist. Is there something I'm missing in using the UIComponent? It is done like this:
oApp = new sap.ui.core.ComponentContainer({ component: new sap.ui.core.UIComponent({ content: oPage})}); new sap.m.Shell({ app : oApp }).placeAt("content");
Thanks for your help!
M.