Create and manage tables
Create, rename, and delete tables.
Last updated
Was this helpful?
Create, rename, and delete tables.
Tables define your app's structure and store its records.
Use this guide to create, rename, and delete tables. Arrange tables in the app navigation with drag and drop. Learn how labels, internal names, and view names affect your app.
To manage data fields in tables, see Add and edit data fields in your tables.
All tasks in this guide require Builder mode. If it is not enabled, turn it on in the App navigation before you start.
Create tables manually or let Ninox AI build an initial structure from your description.
Use Ninox AI to create a table from a plain-language description.
Include the information you need to track and how it relates to other tables. Specific requests produce a stronger first structure.
Learn more in AI assistant on the app screen.
Create a table manually when you want to define its structure yourself.
Click Create table. Ninox adds the table to your app.

Add or adjust fields afterwards from the table, form, or data model. See Add and edit data fields in your tables.
Rename tables and table views separately. Each action changes a different name.
Tables use three different names. Each one serves a separate purpose.
Label is the table name shown in the app navigation. Change it to make the table easier to recognize.
Internal name is the system identifier for the table. Scripts can use this name. When you change it, Ninox updates references used as function arguments. Update any string references in your scripts yourself.
View name appears above the table grid. It identifies the active view and does not change the table label.
Rename a table to update its label in the app navigation.
If you use functions such as openTable("Vacations") that reference the table name as text, update the table name in your scripts too. Ninox does not update these references automatically.
Rename a view to change the name shown above the table. This does not change the table label in app navigation.
Drag tables in the app navigation to arrange them in the order you need.
Before you delete anything, distinguish between a table and a table view. A table stores your fields and records. A table view controls how those records appear.
Deleting a table permanently removes it. Deleting a table view removes only that view. The table and its records remain available.
Delete a table when you no longer need its structure or records.
Deleting a table permanently deletes it. Back up any data you need before you continue.
Last updated
Was this helpful?
Was this helpful?