Adding a Table to a Page
Step 1: Enter Edit Mode
Make sure you are in edit mode.
Step 2:
First you have to add a page in the background and then add a page to the navigation bar. After these steps, you will be able to see the page in the navigation menu.
Step 3: Adding a Table
- Go back to Developer Toolbox
- Click on Add (the + icon)
- Select Table from the drag & drop menu and drag it to the position where you want it
Info: The system will automatically pull data from the _Users table. However, if you want it to pull data from somewhere else, you will need to connect that entity to your table - or you can create a completely new one if you want a blank table starting from scratch.
Step 4: Creating a New Entity
- Go to Developer Toolbox
- Click on Database
- Click on Add Table
- In the Name textbox, name your table - in this case Fun Stuff
- Click Save
Step 5: Connecting the Entity to Your Table
- Go to Table Settings (located directly on the table)
- In the Table Name textbox, select your created entity - in this case Fun Stuff
- Click Save