From 7d3935a7a2ca4bd53b6bd98752cd28d768615c63 Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Wed, 4 Dec 2024 10:55:43 +0100 Subject: [PATCH] The header row is added by default --- src/content/editor/extensions/nodes/table.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/editor/extensions/nodes/table.mdx b/src/content/editor/extensions/nodes/table.mdx index 43f3ae9..9e4ac4e 100644 --- a/src/content/editor/extensions/nodes/table.mdx +++ b/src/content/editor/extensions/nodes/table.mdx @@ -79,7 +79,7 @@ Default: `false` ### insertTable() -Creates a new table, with the specified number of rows and columns, and with a header row (if you tell it to). +Creates a new table, with the specified number of rows and columns, and with a header row. ```js editor.commands.insertTable()