Tab Container not showing in mendix Native mobile application.

0
Hello Guys, I am building a native application in Mendix and I am stuck in one place. I am using tab container inside data view and in data view, I am getting data from REST API. Now when I run the application I am not seeing tab containers. Here is the screenshot of my code structure :   Can someone suggest me what is the mistake i am doing. Thank You.
asked
2 answers
3

Placing a Tab container within a Layout grid results in the Tab container not being visible.
The easiest way to fix this might be to remove the Layout grid and use a Container with size set to Maximum space instead.

answered
0

I don't get the page parameter of Workorders. I get the listviews of Workorders, but what is it you want you show/use from a single Workorder(s). I dont't think you need the surrounding dataview..

answered