newRow

Creates a new unsaved row object with a temporary unique id.

Usage

const row = ds.newRow();

API

newRow(data?: Partial<T>): Partial<T> & { [uid]: string | number };

Last updated

Was this helpful?