Skip to content

Commit

Permalink
table | cell edit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Nov 29, 2023
1 parent 80cfde2 commit c974ff8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/components/table/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4301,6 +4301,11 @@ export class EditableColumn implements OnChanges, AfterViewInit, OnDestroy {
DomHandler.invokeElementMethod(targetCell, 'click');
event.preventDefault();
}
else{
if (this.dt.isEditingCellValid()) {
this.closeEditingCell(true, event);
}
}
}
}

Expand Down

0 comments on commit c974ff8

Please sign in to comment.