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?
Creates a new unsaved row object with a temporary unique id.
const row = ds.newRow();newRow(data?: Partial<T>): Partial<T> & { [uid]: string | number };Last updated
Was this helpful?
Was this helpful?