| Table views / Using tables on mobile devices | |
On mobile devices, table views are displayed as either full screen lists or embedded lists, according to the layout definition.
LAYOUT
TABLE
{
[c1 |c2 ]
}
END
END
Figure 1. iOS full list view rendering

An embedded list view displays when the table is mixed with other form elements. All rows of the table are shown. Scrolling is not possible.
LAYOUT
GRID
{
<GROUP g1 >
Id: [f1 ]
Name: [f2 ]
< >
<GROUP g2 >
<TABLE t1 >
[c1 |c2 ]
[c1 |c2 ]
[c1 |c2 ]
< >
< >
}
END
END
Figure 2. iOS embedded list view rendering
