diff --git a/packages/noco-docs/docs/070.fields/060.actions-on-field.md b/packages/noco-docs/docs/070.fields/060.actions-on-field.md index 0fc453e237..e35c7b8864 100644 --- a/packages/noco-docs/docs/070.fields/060.actions-on-field.md +++ b/packages/noco-docs/docs/070.fields/060.actions-on-field.md @@ -33,6 +33,11 @@ Fields context menu can be accessed by clicking on the dropdown icon (🔽) next ![Change default value](/img/v2/fields/fields-default-value-edit.png) +### Change field width +To adjust the width of the field, hover over the field edge and drag to adjust the width. + +![Change field width](/img/v2/fields/fields-width.png) + ### Hide field 1. Open the field context menu 2. Click on `Hide Field` option diff --git a/packages/noco-docs/docs/090.views/040.view-types/010.grid.md b/packages/noco-docs/docs/090.views/040.view-types/010.grid.md index da6bc4aac0..5dc09f100a 100644 --- a/packages/noco-docs/docs/090.views/040.view-types/010.grid.md +++ b/packages/noco-docs/docs/090.views/040.view-types/010.grid.md @@ -26,7 +26,7 @@ Grid view is the default view type for all tables. This view type is ideal for v 6. [Search for Specific Data Within Fields](/table-operations/search) 7. [Export Data to CSV or Excel Format](/table-operations/download#download-data) 8. [Adjust Record Height on the Grid](/table-operations/row-height) -9. [Customize Column Widths for Fields on the Grid](/table-operations/column-width) +9. [Customize Column Widths for Fields on the Grid](/fields/actions-on-field) 10. [Toggle Field Visibility on the Grid](/table-operations/field-operations#showhide-fields) ## Grid View Record Operations diff --git a/packages/noco-docs/static/img/v2/fields/fields-width.png b/packages/noco-docs/static/img/v2/fields/fields-width.png new file mode 100644 index 0000000000..de97549d1b Binary files /dev/null and b/packages/noco-docs/static/img/v2/fields/fields-width.png differ