Browse Source

docs: cleanup row > record

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/6467/head
Raju Udava 11 months ago
parent
commit
a4dc6d4b7f
  1. 30
      packages/noco-docs/docs/020.getting-started/040.keyboard-shortcuts.md
  2. 2
      packages/noco-docs/docs/050.tables/030.create-table-via-import.md
  3. 2
      packages/noco-docs/docs/050.tables/040.import-data-into-existing-table.md
  4. 2
      packages/noco-docs/docs/060.table-operations/010.overview.md
  5. 4
      packages/noco-docs/docs/070.fields/030.display-value.md
  6. 2
      packages/noco-docs/docs/080.records/030.expanded-record.md
  7. 10
      packages/noco-docs/docs/080.records/070.actions-on-record.md
  8. 2
      packages/noco-docs/docs/120.collaboration/050.oss-specific-details.md
  9. 2
      packages/noco-docs/docs/150.engineering/070.translation.md

30
packages/noco-docs/docs/020.getting-started/040.keyboard-shortcuts.md

@ -32,21 +32,21 @@ To navigate within ⌘+K menu,
## Grid view shortcuts
| Key | Behaviour |
|----------------:|:---------------------------------------------------------------------------------------|
| `←` `→` `↑` `↓` | General cell navigation |
| `Delete` | Clear cell |
| `Space` | Expand current row |
| `Tab` | Move to next cell horizontally; if on last cell, move to next row beginning |
| `Esc` | Exit cell EDIT mode |
| `Enter` | Switch cell in focus to EDIT mode; opens modal/picker if cell is associated with one |
| `⌘` + `↑` | Jump to first record in this field (in same page) |
| `⌘` + `↓` | Jump to last record in this field (in same page) |
| `⌘` + `←` | Jump to first field in this record |
| `⌘` + `→` | Jump to last field in this record |
| `⌘` + `c` | Copy cell contents |
| `⌘` + `v` | Paste copied contents |
| `alt` + `r` | Inserts new record in grid view |
| Key | Behaviour |
|----------------:|:-------------------------------------------------------------------------------------|
| `←` `→` `↑` `↓` | General cell navigation |
| `Delete` | Clear cell |
| `Space` | Expand current record |
| `Tab` | Move to next cell horizontally; if on last cell, move to beginning of next record |
| `Esc` | Exit cell EDIT mode |
| `Enter` | Switch cell in focus to EDIT mode; opens modal/picker if cell is associated with one |
| `⌘` + `↑` | Jump to first record in this field (in same page) |
| `⌘` + `↓` | Jump to last record in this field (in same page) |
| `⌘` + `←` | Jump to first field in this record |
| `⌘` + `→` | Jump to last field in this record |
| `⌘` + `c` | Copy cell contents |
| `⌘` + `v` | Paste copied contents |
| `alt` + `r` | Inserts new record in grid view |
## Column type specific shortcuts

2
packages/noco-docs/docs/050.tables/030.create-table-via-import.md

@ -60,7 +60,7 @@ There are two ways to upload source file:
### Advanced Settings
- **Number of Rows for Datatype Inference**: Default value is set to 500 rows.
- **Automatic Field Type Detection**: Enabled by default. If selected, the system will automatically detect field types. Otherwise, all fields will default to "SingleLineText."
- **Utilize First Row as Headers**: Enabled by default. If selected, the first row will be treated as the header row and used as field names.
- **Utilize First Row as Headers**: Enabled by default. If selected, the first row in the spreadsheet will be treated as the header row and its contents will be used as field names.
- **Import Data**: Enabled by default. If selected, all data will be imported; otherwise, only the table will be created.
:::info

2
packages/noco-docs/docs/050.tables/040.import-data-into-existing-table.md

@ -53,7 +53,7 @@ There are two ways to upload source file:
### Advance settings
- `# of rows to parse to infer datatype` - defaults to 500 rows.
- `Use first row as headers` - enabled by default. If checked, the first row will be treated as header row & will be used as field names.
- `Utilize First Row as Headers`**`: Enabled by default. If selected, the first row in the spreadsheet will be treated as the header row and its contents will be used as field names.
## Related articles
- [Create a new table](/tables/create-table)

2
packages/noco-docs/docs/060.table-operations/010.overview.md

@ -2,7 +2,7 @@
title: 'Table operations overview'
description: 'Learn how to work with filters, sort, group by, and more in NocoDB.'
tags: ['Table operations', 'Overview']
keywords: ['NocoDB table operations', 'table operations overview', 'table administration', 'table organization', 'hide column', 'show column', 'filter', 'sort', 'group by', 'row height', 'quick search', 'download', 'hide-field', 'show-field', 'field-operations', 'filter', 'sort', 'group-by', 'row-height', 'search', 'download']
keywords: ['NocoDB table operations', 'table operations overview', 'table administration', 'table organization', 'hide column', 'show column', 'filter', 'sort', 'group by', 'record height', 'quick search', 'download', 'hide-field', 'show-field', 'field-operations', 'filter', 'sort', 'group-by', 'row-height', 'search', 'download']
---

4
packages/noco-docs/docs/070.fields/030.display-value.md

@ -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:

2
packages/noco-docs/docs/080.records/030.expanded-record.md

@ -7,7 +7,7 @@ keywords : ['NocoDB expanded form', 'expanded form', 'expanded record', 'expande
## Overview
Expanded Form allows you to edit a row data in a form. Apart from record information, it also consists of the activity feed such as user comments or revision history.
`Expanded record` allows you to edit a record data using a form layout. Apart from record information, it also consists of the activity feed such as user comments or revision history.
![expanded record](https://github.com/nocodb/nocodb/assets/86527202/fbefba54-9b88-44ba-a3bf-8853d849e88f)

10
packages/noco-docs/docs/080.records/070.actions-on-record.md

@ -29,12 +29,12 @@ Edit state for some cells will be a picker. For example, a cell with `Single Sel
| `Enter` | Switch cell in focus to EDIT mode; opens modal/picker if cell is associated with one |
| `Esc` | Exit cell EDIT mode |
| `Delete` | Clear cell |
| `Space` | Expand current row |
| `Space` | Expand current record |
| `←` `→` `↑` `↓` | General cell navigation : left, right, top, bottom |
| `Tab` | Move to next cell horizontally; if on last cell, move to next row beginning |
| `Tab` | Move to next cell horizontally; if on last cell, move to beginning of next record |
### Row Edit
### Record Edit
You can start editing by any of the following methods
- Double-click on cell to edit
- Click on cell and start typing (this way it will clear the previous content)
@ -44,13 +44,13 @@ And it will automatically save on blur event or if inactive.
### Delete Record (Single)
Right-click on the row and then from the cell context menu, select `Delete Row` option.
Right-click on record and then from the cell context menu, select `Delete Row` option.
![delete row -1](/img/v2/records/delete-row.png)
### Delete Record (Bulk)
Select multiple rows by using the checkbox in first column and then `Delete Selected Rows` options from the right click context menu.
Select multiple records by using the checkbox in first column and then `Delete Selected Rows` options from the right click context menu.
![delete row 2](/img/v2/records/delete-row-bulk.png)

2
packages/noco-docs/docs/120.collaboration/050.oss-specific-details.md

@ -25,7 +25,7 @@ The permissions at base level in Open source NocoDB remain same as cloud solutio
- `Owner`: The user who created the project. A project can have only one owner. The owner persists until the project exists and the role is non-transferable. The owner has access to carry out any operations within the project, including deleting it.
- `Creator`: Has access to carry out any operations within the project except deleting the project and removing the "Owner."
- `Editor`: Can modify data but cannot modify the schema (add/remove columns, tables, users, and such).
- `Commenter`: Can neither modify data nor schema, can only see data and can mark row-level comments.
- `Commenter`: Can neither modify data nor schema, can only see data and can mark record-level comments.
- `Viewer`: Can only see data.
Please note that the above-mentioned Base Level Permissions are additional to the already defined Organisation Level Permissions.

2
packages/noco-docs/docs/150.engineering/070.translation.md

@ -68,7 +68,7 @@ Refer following articles to get additional details about Crowdin Portal usage
- **Objects**: objects from NocoDB POV (project, table, field, column, view, page, and such)
- **Title**: screen headers (compact) (menu headers, modal headers)
- **Lables**: text box/ radio/ field headers (few words) (Labels over textbox, radio buttons, and such)
- **Activity**/ actions: work items (few words) (Create Project, Delete Table, Add Row, and such)
- **Activity**/ actions: work items (few words) (Create Project, Delete Table, Add Record, and such)
- **Tooltip**: additional information associated with work items (usually lengthy) (Additional information provided for activity)
- **Placeholder**: placeholders associated with various textboxes (Text placeholders)
- **Msg**

Loading…
Cancel
Save