addRow

Adds a new row to the data source and storage.

Usage

await ds.addRow({ Field: value });

API

addRow(row: Partial<T> & { [uid]?: number | string }): Promise<DataRecord<T> | null>;

Last updated

Was this helpful?