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?
Adds a new row to the data source and storage.
await ds.addRow({ Field: value });addRow(row: Partial<T> & { [uid]?: number | string }): Promise<DataRecord<T> | null>;Last updated
Was this helpful?
Was this helpful?