Hi,
I am using WebIde to create my SAPUI5 application. My requirement is this: On one view(page), I need to display a static table bound to an OData entity set, and on same view there is a Button, pressing which I need to display one more table below the first one. The data for the second table is also coming from the same OData but from different entity set. I tried different things, the static table works, but somehow the dynamic table doesn't. Not sure what am I missing.
Any ideas?
Thanks,
Sk