Skip to content

Commit

Permalink
Update API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Nov 29, 2023
1 parent b9cf104 commit 6054d03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -16945,7 +16945,7 @@
}
],
"returnType": "void",
"description": "Callback to invoke when the cancel icon is clicked on row editing mode."
"description": "Callback to invoke when the editing icon is clicked on row editing mode. Use in conjuction with editingRows value from the Datatable to programmatically control editing rows."
},
{
"name": "onRowEditComplete",
Expand Down Expand Up @@ -19888,7 +19888,7 @@
}
],
"returnType": "void",
"description": "Callback to invoke when the cancel icon is clicked on row editing mode."
"description": "Callback to invoke when the editing icon is clicked on row editing mode. Use in conjuction with editingRows value from the Datatable to programmatically control editing rows."
},
{
"name": "onRowEditComplete",
Expand Down

0 comments on commit 6054d03

Please sign in to comment.