A Tulip Table is a simulated database table that the user can create and edit in order to store complex data. The fields are user created and completely customizable except for a required ID field (see Table Field for more details).
From a technical standpoint, a Tulip Table is essentially a wrapper around a Postgres table. However, we also store some metadata about Tables described below.
It contains the following Models:
Name | Description |
Name | The display name for the table |
Description | Short description of the table added by the user |
Last Modified | A timestamp of the last time someone edited the table shape. Adding or editing a row does not count. |
Hidden | “Deleting” the table in the UI only soft deletes it. Tables that are soft deleted can later be restored. |
Created By | The user that initially created the Table |
Created At | The date and time that the Table was initially created |
Deleted By | The user that deleted the Table |
Deleted At | The date and time that the Table was deleted |
ID | Name |
---|---|
QA-T80 | Table Management : 01 - Create a table |
QA-T81 | Table Management : 02 - Delete a table |
QA-T82 | Table Management : 03 - Restore a deleted table |
QA-T83 | Table Management : 04 - Edit a table's name and description |
QA-T84 | Table Management : 05 - Add columns to a table |
QA-T85 | Table Management : 06 - Edit a table column |
QA-T86 | Table Management : 07 - Edit a table column description |
QA-T87 | Table Management : 08 - Delete a table column |
QA-T88 | Table Management : 09 - Restore a deleted table column |
QA-T89 | Table Management : 10 - Reorder table columns |
QA-T90 | Table Management : 11 - Resize table columns |
QA-T92 | Table Management : 12 - Create table records from the table detail page |
QA-T93 | Table Management : 13 - Sort table records by column in table view |
QA-T94 | Table Management : 14 - Load multiple pages of table records in table view |
QA-T241 | Embedded Tables : 00 - Embed a Tulip Table in an app |
QA-T242 | Embedded Tables : 00 - Sort an embedded table |
QA-T243 | Embedded Tables : 00 - Connect an embedded Tulip Table to a Table record |
QA-T244 | Embedded Tables : 00 - Filter an embedded table |
QA-T245 | Embedded Tables : 00 - Handle deleted fields in embedded tables |
QA-T246 | Embedded Tables : 00 - Handle a Tulip Table change in an embedded table |
QA-T396 | Widgets - Digital History Record Widget |
QA-T397 | Table Links : 01 - Creating Table Links |
QA-T398 | Table Links : 02 - Linking Records via Details Page |
QA-T399 | Table Links : 03 - Linking Records via App Triggers |
QA-T400 | Table Links : 04 - Deleting Linking Columns |