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 5 months ago
Was this helpful?