Skip to content

SeaTable Javascript script

The Javascript script runs directly in the current browser and is suitable for simple data processing.

There are two pre-defined objects:

  1. base, you can use base object to manipulate data in a base.
  2. output, you can use output object to output some feedbacks.

Reference

Data structure of SeaTable general object:

Methods of the object:

Examples

You can find some easy to understand examples through this linkhttps://github.com/seatable/seatable-scripts/tree/master/examples/javascript

Details