mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 23:56:37 +00:00
docs: embed Tutorial Videos in documentation (#9460)
* add tutorial videos * fixed error
This commit is contained in:
@@ -9,12 +9,17 @@ keywords : ['display value', 'display value in nocoDB', 'display value in nocoDB
|
||||
|
||||
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.
|
||||
|
||||
<center>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/GAPAec6zXQ8?si=G_61hrI3gV_xYTrt?&start=13" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen ></iframe>
|
||||
</center>
|
||||
|
||||
## Use of Display Value
|
||||
- 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:
|
||||
Display Value highlighted in Actor table
|
||||
|
||||

|
||||
|
||||
Display Value associated when Links field
|
||||
|
||||
Reference in New Issue
Block a user