From 72a6dba8c3ee17d438801baa236c8a62bc3d23e1 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Thu, 31 Jul 2025 15:21:03 +0530 Subject: [PATCH 1/3] docs: field intro Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- content/docs/fields/actions-on-field.mdx | 1 + content/docs/fields/display-value.mdx | 19 ++-- content/docs/fields/index.mdx | 115 +++++++++++++---------- content/docs/fields/primary-key.mdx | 28 +++--- public/img/v2/fields/fields-intro.png | Bin 0 -> 296704 bytes 5 files changed, 90 insertions(+), 73 deletions(-) create mode 100644 public/img/v2/fields/fields-intro.png diff --git a/content/docs/fields/actions-on-field.mdx b/content/docs/fields/actions-on-field.mdx index e3b816c6..a98742d9 100644 --- a/content/docs/fields/actions-on-field.mdx +++ b/content/docs/fields/actions-on-field.mdx @@ -102,3 +102,4 @@ Field description can be added by clicking on the `Add Description` button on th Description for a field will be visible as a tooltip when hovering over the `info` icon next to the field name.  + diff --git a/content/docs/fields/display-value.mdx b/content/docs/fields/display-value.mdx index 551deff7..3b58c1f0 100644 --- a/content/docs/fields/display-value.mdx +++ b/content/docs/fields/display-value.mdx @@ -5,8 +5,6 @@ tags: ['Fields', 'Display Value'] keywords : ['display value', 'display value in nocoDB', 'display value in nocoDB'] --- -# Display Value - The `Display Value`, as its name suggests, serves as the primary or main value within a record of a table, and it is typically the attribute by which we identify or associate that specific record. While it is advisable for the display value to be linked to a field with unique identifiers, such as a primary key, it's important to note that this uniqueness is not always enforced at the database level.