getDirtyRecord
Returns the current unsaved values for the row or a single field.
Usage
ds.getDirtyRecord();API
getDirtyRecord(): CurrentRow<T>;
getDirtyRecord<F extends keyof T>(field: F): T[F] | null;Last updated
Was this helpful?
Returns the current unsaved values for the row or a single field.
ds.getDirtyRecord();getDirtyRecord(): CurrentRow<T>;
getDirtyRecord<F extends keyof T>(field: F): T[F] | null;Last updated
Was this helpful?
Was this helpful?