setTable
Create or replace a single table.
Parameter
A Table object with an additional name key:
| Key | Type | Description |
|---|---|---|
| name | string | The table name. |
See setTables to create or replace several tables at once.
Return value
| Key | Type | Description |
|---|---|---|
| uid | string | Unique identifier of the table. |
Example
setTable {"name": "My Table", "headers": ["Code", "Name"], "rows": [["1", "One"]]}