Skip to main content

setTable

Create or replace a single table.

Parameter

A Table object with an additional name key:

KeyTypeDescription
namestringThe table name.

See setTables to create or replace several tables at once.

Return value

KeyTypeDescription
uidstringUnique identifier of the table.

Example

setTable {"name": "My Table", "headers": ["Code", "Name"], "rows": [["1", "One"]]}