Skip to content

Commit

Permalink
Update editorCallback docs
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Dec 18, 2023
1 parent c169b7f commit 026e1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/column/column.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ interface ColumnEditorOptions {
props: any;
/**
* Callback function triggered on editor change.
* @param {*} value - Browser event
* @param {*} value - the new value of the cell
*/
editorCallback?(value: any): void;
}
Expand Down

0 comments on commit 026e1f9

Please sign in to comment.