From 6b1307b9e612afc97df0f92d21c1b6333158e118 Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Thu, 14 Apr 2022 14:26:58 +0800 Subject: [PATCH] docs: fix typo on table operation & style it Signed-off-by: Wing-Kam Wong --- .../noco-docs/content/en/setup-and-usages/table-operations.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/noco-docs/content/en/setup-and-usages/table-operations.md b/packages/noco-docs/content/en/setup-and-usages/table-operations.md index 41100170b3..843e53c4f3 100644 --- a/packages/noco-docs/content/en/setup-and-usages/table-operations.md +++ b/packages/noco-docs/content/en/setup-and-usages/table-operations.md @@ -20,7 +20,9 @@ On click, in modal popup, enter the table name, enable/disable default columns a ![table_create_modal](https://user-images.githubusercontent.com/61551451/126772859-5a301c45-d830-4df2-a05a-43b15dd77728.png) -> You can't disable the `id` column since NocoDB need's a primary column for every table. + +You can't disable the `id` column since NocoDB needs a primary column for every table. + After the successful submission, the table will be created and open as a new tab.