Skip to content

Commit

Permalink
Update db.js
Browse files Browse the repository at this point in the history
  • Loading branch information
huangshuwei committed Jun 13, 2023
1 parent 5cb65df commit 7cd09de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/src/docs/en/ve-table/api/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ export const db = {
default: "-",
},
{
param: "beforeCut",
param: "beforeDelete",
desc: `The callback method before cell delete. If false is returned, the copy will be canceled. Parameter Description:\r1、<code>data</code>delete data\r2、<code>selectionRangeIndexes</code>The indexs information of delete area\r3、<code>selectionRangeKeys</code>The keys information of delete paste`,
type: `<code>Function({
data, selectionRangeIndexes, selectionRangeKeys
Expand All @@ -1205,7 +1205,7 @@ export const db = {
default: "-",
},
{
param: "afterCut",
param: "afterDelete",
desc: `The callback method after cell delete. Parameter Description:\r1、<code>data</code>delete data\r2、<code>selectionRangeIndexes</code>The indexs information of delete area\r3、<code>selectionRangeKeys</code>The keys information of delete paste`,
type: `<code>Function({
data, selectionRangeIndexes, selectionRangeKeys
Expand Down

0 comments on commit 7cd09de

Please sign in to comment.