Tables

AI Tools

DeveloperHub tables consists of a header row and data rows.

To create a table:

  • Start a new line (using )
  • Click on to open the blocks menu.
  • Select Table

Table Example

ParameterTypeDefault Value
user_idintAuto generated!
user_namestringJohn Doe
user_ageint25
StatusDescription
COMPLETEDThe share associated with the session was completed (with success receipt available).
FAILEDThe share associated with the session was completed (with failure receipt available).
CANCELLEDMobile app requested the session to be cancelled (before share was completed).
EXPIREDThe share associated with the session was never completed (no receipt available).
ERRORA "catch-all" status for unexpected/unrecoverable errors that might happen during execution (e.g. we get a receipt but the service fails to parse it, required parameter not present).

Table Options

To view the table options, right-click on a cell of the table. You will be able to:

  • Insert column left
  • Insert column right
  • Delete column
  • Duplicate column
  • Insert row above
  • Insert row below
  • Delete row
  • Duplicate row
  • Reorder rows and columns

Note: You can also add new rows to the end by tapping Tab key.

Resizing Columns

To resize column, hover right before a column ends. A vertical handle will show that is either:

  • Grey: Indicates that a width has not been specified. The column auto-sizes.
  • Red: Indicates that a width has ben specified. The column has a fixed size.

You can then resize the column by dragging the handle.

To remove set fixed sizing, double click on the handle.

If you set a fixed size for a column, then it is best to make sure that it works for other screen sizes.

If a table has a fixed size column, then on exporting the documentation, it will not be in markdown format as markdown does not support fixed column widths notation.

Copying & Pasting

To copy an entire table, select the table entirely. To make sure you're doing that right, select the line above it and below it then copy. You may then paste it where you need and remove the extra lines.

To copy fields of a table to another table, select the fields in the source table, copy and paste into the destination table. Make sure that the destination table has enough size for the source fields to be pasted in. You may also copy from external sources and paste into DeveloperHub.

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated
blocks