Objects
Row Group
A Row
object in SDK corresponds to a single row in a worker’s table.
Initialize
You can either initialize a Row
from scratch, or using an already initialized Table
object, both methods are shown below.
Populate
The SDK provides a convenience function for populating a column in the specified row. This will extract the necessary information and fill in the column for the row.
Delete
Run Action
You can run a worker action on a selected row using the run
function. How to create Action
.