Skip to content

Commit

Permalink
Fix #6691: fix default editMode value (#6692)
Browse files Browse the repository at this point in the history
* Fix #6691: fix default editMode value

* Revert "Fix #6691: fix default editMode value"

This reverts commit 73b94a9.

* Fix #6691: update docs

* Update datatable.d.ts

---------

Co-authored-by: Melloware <mellowaredev@gmail.com>
  • Loading branch information
Rekl0w and melloware authored May 28, 2024
1 parent b6a51c8 commit da6ce28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -16584,7 +16584,7 @@
"optional": true,
"readonly": false,
"type": "string",
"default": "cell",
"default": "null",
"description": "Defines editing mode, options are \"cell\" and \"row\"."
},
{
Expand Down Expand Up @@ -57626,4 +57626,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion components/lib/datatable/datatable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ interface DataTableBaseProps<TValue extends DataTableValueArray> extends Omit<Re
dragSelection?: boolean;
/**
* Defines editing mode, options are "cell" and "row".
* @defaultValue cell
* @defaultValue null
*/
editMode?: string | undefined;
/**
Expand Down

0 comments on commit da6ce28

Please sign in to comment.