mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 04:36:53 +00:00
docs: cleanup row > record
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -7,10 +7,10 @@ keywords : ['NocoDB display value', 'display value', 'display value in nocoDB',
|
||||
|
||||
# Display Value
|
||||
|
||||
The `Display Value`, as its name suggests, serves as the primary or main value within a row of a table, and it is typically the attribute by which we identify or associate that specific row. While it is advisable for the display value to be linked to a column with unique identifiers, such as a primary key, it's important to note that this uniqueness is not always enforced at the database level.
|
||||
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 column with unique identifiers, such as a primary key, it's important to note that this uniqueness is not always enforced at the database level.
|
||||
|
||||
## Use of Display Value
|
||||
- Within a spreadsheet, `Display Value` are always highlighted so that it is easier to recognise what row we are in.
|
||||
- Within a spreadsheet, `Display Value` are always highlighted so that it is easier to recognise what record we are working with.
|
||||
- And when `Links` are created between two tables - it is the Display Value that appears in `Linked records` modal.
|
||||
|
||||
Example:
|
||||
|
||||
Reference in New Issue
Block a user