Skip to content

Commit

Permalink
Update datatable.d.ts (#5389)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcko authored Nov 24, 2023
1 parent fce7013 commit b17c7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/datatable/datatable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1542,7 +1542,7 @@ interface DataTableBaseProps<TValue extends DataTableValueArray> extends Omit<Re
*/
onRowEditChange?(event: DataTableRowEditEvent): void;
/**
* Callback to invoke when row edit is completed.
* Callback to invoke when any change (edit start, edit cancel, edit save) is made to a row. This event fires after any preceding event.
* @param {DataTableRowEditCompleteEvent} event - Custom row edit complete event.
*/
onRowEditComplete?(event: DataTableRowEditCompleteEvent): void;
Expand Down

0 comments on commit b17c7aa

Please sign in to comment.