A Table object is like a spreadsheet in that it is organized in a row and column format and it can scroll vertically as well as horizontally.
Table objects are often used for:
•Recording a variable number of line items for things like invoice line items.
•A front-end for linked or parent-child apps where each row in the table links the parent app to one or more child apps.
Table (5 min) |
A table object can have multiple columns of different types. Watch this tutorial to learn the basics of how to use the table object in your apps. |
See also: Adding a Table, Adding Behaviors to a Table
Return to: Laying Out an App, Designing an App