From da6ce2893e9e8a3bc748f64163ec8953a381db53 Mon Sep 17 00:00:00 2001 From: Batuhan Tomo <91488737+Rekl0w@users.noreply.github.com> Date: Tue, 28 May 2024 18:30:53 +0300 Subject: [PATCH] Fix #6691: fix default editMode value (#6692) * Fix #6691: fix default editMode value * Revert "Fix #6691: fix default editMode value" This reverts commit 73b94a9fa841f4b89103050b09c065bb2dee31ad. * Fix #6691: update docs * Update datatable.d.ts --------- Co-authored-by: Melloware --- components/doc/common/apidoc/index.json | 4 ++-- components/lib/datatable/datatable.d.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index 758c96524a..783b1f5f4a 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -16584,7 +16584,7 @@ "optional": true, "readonly": false, "type": "string", - "default": "cell", + "default": "null", "description": "Defines editing mode, options are \"cell\" and \"row\"." }, { @@ -57626,4 +57626,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/lib/datatable/datatable.d.ts b/components/lib/datatable/datatable.d.ts index d04f01614d..cd17603db6 100644 --- a/components/lib/datatable/datatable.d.ts +++ b/components/lib/datatable/datatable.d.ts @@ -1081,7 +1081,7 @@ interface DataTableBaseProps extends Omit