A Table
object corresponds to a Brainbase worker.
You can either initialize a Table
from scratch, or using an already initialized Brainbase
object, both methods are shown below.
Loads the title
and features
of the table from the database.
The Table
object provides an easy function to insert any file or data type natively supported by Brainbase. You can insert any of the following using the same function:
Table
object.You can add new columns to the table using the add_columns
function.
You can run a worker action on a selected row using the run
function. How to create Action
.
A Table
object corresponds to a Brainbase worker.
You can either initialize a Table
from scratch, or using an already initialized Brainbase
object, both methods are shown below.
Loads the title
and features
of the table from the database.
The Table
object provides an easy function to insert any file or data type natively supported by Brainbase. You can insert any of the following using the same function:
Table
object.You can add new columns to the table using the add_columns
function.
You can run a worker action on a selected row using the run
function. How to create Action
.