mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 20:46:41 +00:00
* docs: table description Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> * docs: update for description Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> * Update 060.actions-on-field.md * Update 060.actions-on-field.md --------- Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
66 lines
2.3 KiB
Markdown
66 lines
2.3 KiB
Markdown
---
|
|
title: 'Actions on view'
|
|
description: 'Learn how to delete, rename, duplicate a a view in NocoDB.'
|
|
tags: ['Views', 'Rename', 'Duplicate', 'Delete', 'Grid view', 'Form view', 'Kanban view', 'Gallery view']
|
|
keywords: ['NocoDB view', 'delete view', 'rename view', 'duplicate view']
|
|
---
|
|
|
|
## View context menu
|
|
|
|
The view context menu provides a set of tools to interact with the view. The view context menu can be accessed by clicking on the ellipsis symbol (`...`) located next to view in the left sidebar.
|
|
|
|

|
|
|
|
|
|
## Rename view
|
|
|
|
1. Click on the ellipsis symbol (`...`) next to view name located in the left sidebar.
|
|
2. Click on the `Rename` option from the view context menu.
|
|
3. Enter the desired new view name into the provided field.
|
|
4. Use `Enter` key to finalize the renaming process.
|
|
|
|

|
|
|
|
## Change view icon
|
|
|
|
1. Click on the existing view icon to the left of the view name in the left sidebar.
|
|
2. Select the desired icon from the list of available options.
|
|
|
|

|
|
|
|
|
|
## Duplicate view
|
|
|
|
1. Click on the ellipsis symbol (`...`) next to view name located in the left sidebar.
|
|
2. Click on the `Duplicate` option from the view context menu.
|
|
3. Enter the desired new view name into the provided field.
|
|
4. Click on the `Duplicate View` button in the confirmation dialog.
|
|
|
|

|
|

|
|
|
|
## Delete view
|
|
|
|
:::info
|
|
**This action cannot be undone.**
|
|
:::
|
|
|
|
1. Click on the ellipsis symbol (`...`) next to view name located in the left sidebar.
|
|
2. Click on the `Delete` option from the view context menu.
|
|
3. Click on the `Delete View` button in the confirmation dialog.
|
|
|
|

|
|

|
|
|
|
## Add / edit view description
|
|
View description can be added by clicking on the `Add Description` button on the view creation modal or by clicking on the `Edit Description` button from the view context menu.
|
|
|
|

|
|

|
|
|
|
|
|
Description for a view will be visible as a tooltip when hovering over the `info` icon next to the view name.
|
|
|
|

|
|
|