Tables¶
All available functions to interact with the tables of a SeaTable base.
Get Table(s)¶
getActiveTable
Get the currently selected table and return a table object.
Example
getTables
Get all tables of this base as json
object with all rows and metadata.
Example
getTableByName
Get a table object by its name. The object contains all rows and metadata.
Example
Add Table¶
addTable
Add a new table to this base. The table should not exist already in your base.
Example
Rename Table¶
renameTable
Rename an existing table.
Example
Delete Table¶
deleteTable
Delete a table from the base. By the way, the table can be restored from the logs.
Example