isNewRecord
Usage
if (dsMyDataObject.isNewRecord(0)) {
console.log('Row 0 has not been saved yet');
}API
isNewRecord(index: number): boolean;Last updated
Was this helpful?
if (dsMyDataObject.isNewRecord(0)) {
console.log('Row 0 has not been saved yet');
}isNewRecord(index: number): boolean;Last updated
Was this helpful?
Was this helpful?