mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 00:36:39 +00:00
2.9 KiB
2.9 KiB
title, description, tags, keywords
| title | description | tags | keywords | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Actions on field | This article explains how to perform various actions on a field- like rename, change field type, default, field width, record height, show/hide. |
|
|
Fields context menu
Fields context menu can be accessed by clicking on the dropdown icon (🔽) next to the field name.

Edit
Rename field
- Open the field context menu
- Click on
Editoption. - Enter new field name as required in the
Field Namefield. - Click on
Save Fieldbutton.
Change field type
- Open the field context menu
- Click on
Editoption. - Select new field type from the
Field Typedropdown. - Click on
Save Fieldbutton.
Change default value
- Open the field context menu
- Click on
Editoption. - Enter new default value in the
Default Valuefield. To disable, click onxicon. - Click on
Save Fieldbutton.
Change field width
To adjust the width of the field, hover over the field edge and drag to adjust the width.
Hide field
- Open the field context menu
- Click on
Hide Fieldoption
:::note
- Hidden fields are not visible in the table view, but will still be accessible for Formulas, Sort, Filter, etc.
- To un hide a field, use
Toolbar > Fieldsmenu - Fields can also be marked as hidden from
Toolbar > Fieldsmenu :::
Set as Display value
- Open the field context menu
- Click on
Set as Display Valueoption.
Refer to Display Value for more details.
Sort Ascending
- Open the field context menu
- Click on
Sort Ascendingoption.
Sort Descending
- Open the field context menu
- Click on
Sort Descendingoption.
Duplicate field
- Open the field context menu
- Click on
Duplicateoption.
Duplicated field sans the data will be created with suffix _copy in its name & will be placed to the right of the original field.
Insert after a field
- Open the field context menu
- Click on
Insert afteroption.
New field will be created to the right of the original field.
Insert before a field
- Open the field context menu
- Click on
Insert beforeoption.
New field will be created to the left of the original field.
Delete field
:::info This action cannot be undone. :::
To delete a field, follow the steps below:
- Open the field context menu by clicking on dropdown icon (🔽) .
- Click on Delete.
- Confirm the deletion by clicking on Delete Field on the confirmation modal.



