isDirty

Determines whether the current row, a specific row or field has unsaved changes.

Usage

ds.isDirty();

API

isDirty(indexOrFieldName?: number | string): boolean;

Last updated

Was this helpful?