Browse Source

docs: fix tags for records

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/6467/head
Raju Udava 11 months ago
parent
commit
b8bb9a13fa
  1. 4
      packages/noco-docs/docs/080.records/010.records-overview.md
  2. 2
      packages/noco-docs/docs/080.records/020.create-record.md
  3. 1
      packages/noco-docs/docs/080.records/030.expanded-record.md
  4. 17
      packages/noco-docs/docs/080.records/040.delete-record.md
  5. 14
      packages/noco-docs/docs/080.records/070.actions-on-record.md

4
packages/noco-docs/docs/080.records/010.records-overview.md

@ -1,7 +1,7 @@
---
title: 'Records overview'
description: 'Learn how to create, import, and manage records in NocoDB.'
tags: ['records', 'record overview']
tags: ['Records', 'Overview']
keywords: ['NocoDB record', 'record overview', 'record administration', 'record organization']
---
@ -11,5 +11,5 @@ In essence, a record can be envisaged as a horizontal collection of data within
In this section, we'll explore the various aspects of records in NocoDB, equipping you with the knowledge to effectively manage your own data.
## Related articles

2
packages/noco-docs/docs/080.records/020.create-record.md

@ -1,7 +1,7 @@
---
title: 'Create record'
description: 'Learn how to create a record in NocoDB.'
tags: ['records', 'create record']
tags: ['Records', 'Create']
keywords: ['NocoDB record', 'create record', 'record administration', 'record organization']
---

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

@ -1,5 +1,6 @@
---
title: 'Expanded form'
tags: ['Records', 'Expanded record', 'Activity feed', 'Comments']
description: 'NocoDB provides Expanded Form to let you edit your data easily'
keywords : ['NocoDB expanded form', 'expanded form', 'expanded record', 'expanded record view']
---

17
packages/noco-docs/docs/080.records/040.delete-record.md

@ -1,17 +0,0 @@
---
title: 'Delete record'
keywords : ['NocoDB delete record', 'delete record', 'delete row', 'delete rows']
---
### Delete Record (Single)
Right-click on the row and then from the cell context menu, select `Delete Row` option.
![delete row -1](https://github.com/nocodb/nocodb/assets/86527202/9eef834b-21cf-4828-90ec-3c2e86cd19db)
### 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.
![delete row 2](https://github.com/nocodb/nocodb/assets/86527202/f83c702a-fa75-42a5-86eb-22ed85c0dec1)

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

@ -1,9 +1,9 @@
---
title: 'Actions on record'
tags: ['Records', 'Delete', 'Edit', 'Duplicate', 'Expand', 'Shortcuts']
keywords : ['NocoDB delete record', 'delete record', 'delete row', 'delete rows']
---
## Keyboard navigation within Grid view
A selected cell can be in one of the following states:
@ -34,7 +34,6 @@ Edit state for some cells will be a picker. For example, a cell with `Single Sel
| `Tab` | Move to next cell horizontally; if on last cell, move to next row beginning |
### Row Edit
You can start editing by any of the following methods
- Double-click on cell to edit
@ -43,3 +42,14 @@ You can start editing by any of the following methods
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.
![delete row -1](https://github.com/nocodb/nocodb/assets/86527202/9eef834b-21cf-4828-90ec-3c2e86cd19db)
### 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.
![delete row 2](https://github.com/nocodb/nocodb/assets/86527202/f83c702a-fa75-42a5-86eb-22ed85c0dec1)

Loading…
Cancel
Save