Browse Source

docs: fields image upscale

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/6467/head
Raju Udava 10 months ago
parent
commit
2f4073ca1b
  1. 22
      packages/noco-docs/docs/070.fields/050.fields-editor.md
  2. 6
      packages/noco-docs/docs/070.fields/060.actions-on-field.md
  3. BIN
      packages/noco-docs/static/img/v2-unannotated/fields/display-value.png
  4. BIN
      packages/noco-docs/static/img/v2-unannotated/fields/editor/editor-1.png
  5. BIN
      packages/noco-docs/static/img/v2-unannotated/fields/editor/editor-2.png
  6. BIN
      packages/noco-docs/static/img/v2-unannotated/fields/editor/editor-3.png
  7. BIN
      packages/noco-docs/static/img/v2-unannotated/fields/editor/editor-4.png
  8. BIN
      packages/noco-docs/static/img/v2-unannotated/fields/editor/editor-5.png
  9. BIN
      packages/noco-docs/static/img/v2-unannotated/fields/fields-context-menu.png
  10. BIN
      packages/noco-docs/static/img/v2-unannotated/fields/fields-edit.png
  11. BIN
      packages/noco-docs/static/img/v2-unannotated/fields/fields-width.png
  12. BIN
      packages/noco-docs/static/img/v2-unannotated/fields/linked-records-modal.png
  13. BIN
      packages/noco-docs/static/img/v2-unannotated/fields/set-as-display-value.png
  14. BIN
      packages/noco-docs/static/img/v2/fields/display-value-in-linked-record.png
  15. BIN
      packages/noco-docs/static/img/v2/fields/display-value.png
  16. BIN
      packages/noco-docs/static/img/v2/fields/editor/access.png
  17. BIN
      packages/noco-docs/static/img/v2/fields/editor/add-field.png
  18. BIN
      packages/noco-docs/static/img/v2/fields/editor/edit-field.png
  19. BIN
      packages/noco-docs/static/img/v2/fields/editor/editor-1.png
  20. BIN
      packages/noco-docs/static/img/v2/fields/editor/editor-2.png
  21. BIN
      packages/noco-docs/static/img/v2/fields/editor/editor-3.png
  22. BIN
      packages/noco-docs/static/img/v2/fields/editor/editor-4.png
  23. BIN
      packages/noco-docs/static/img/v2/fields/editor/editor-5.png
  24. BIN
      packages/noco-docs/static/img/v2/fields/editor/editor-6.png
  25. BIN
      packages/noco-docs/static/img/v2/fields/editor/editor-7.png
  26. BIN
      packages/noco-docs/static/img/v2/fields/editor/field-context-menu.png
  27. BIN
      packages/noco-docs/static/img/v2/fields/editor/reorder.png
  28. BIN
      packages/noco-docs/static/img/v2/fields/editor/show-hide.png
  29. BIN
      packages/noco-docs/static/img/v2/fields/fields-context-menu.png
  30. BIN
      packages/noco-docs/static/img/v2/fields/fields-default-value-edit.png
  31. BIN
      packages/noco-docs/static/img/v2/fields/fields-edit-2.png
  32. BIN
      packages/noco-docs/static/img/v2/fields/fields-edit-3.png
  33. BIN
      packages/noco-docs/static/img/v2/fields/fields-edit-4.png
  34. BIN
      packages/noco-docs/static/img/v2/fields/fields-edit.png
  35. BIN
      packages/noco-docs/static/img/v2/fields/fields-type-edit.png
  36. BIN
      packages/noco-docs/static/img/v2/fields/fields-width.png
  37. BIN
      packages/noco-docs/static/img/v2/fields/set-as-display-value.png

22
packages/noco-docs/docs/070.fields/050.fields-editor.md

@ -13,17 +13,17 @@ NocoDB offers a handy tool for easily managing the fields within a table. With t
2. Click on `Details` in the navbar
3. Select `Fields` tab
![Access](/img/v2/fields/editor/access.png)
![Access](/img/v2/fields/editor/editor-1.png)
## Adding fields
On the Multi-field editor page,
1. Click on `Add Field` button to add a new field.
2. Enter the field name and select the field type; configure default value (optional).
3. Click `Save changes` button to save the changes.
4. Field will be added to the end of the list. You can reorder the fields as needed.
3. Field will be added to the end of the list. You can reorder the fields as needed. You can add / update multiple fields in one go & save all at once.
4. Click `Save changes` button to save the changes.
![Add field](/img/v2/fields/editor/add-field.png)
![Add field](/img/v2/fields/editor/editor-2.png)
:::tip
- You can add / update/ delete multiple fields & save changes in one go.
@ -35,10 +35,10 @@ On the Multi-field editor page,
On the Multi-field editor page,
1. Click on the field you wish to edit.
2. Make the necessary changes in the `Edit Field` modal. You can update the field name, type, default value, and other attributes.
3. Click `Save changes` button to save the changes.
4. Field will be updated in the list.
3. Updates to the field are recorded in the fields list view. You can add / update multiple fields in one go & save all at once.
4. Click `Save changes` button to save the changes.
![Edit field](/img/v2/fields/editor/edit-field.png)
![Edit field](/img/v2/fields/editor/editor-3.png)
:::tip
- You can add / update/ delete multiple fields & save changes in one go.
@ -50,10 +50,12 @@ On the Multi-field editor page,
On the Multi-field editor page,
1. Hover over the field you wish to delete, select `...` icon to open context menu
2. Click on `Delete` option to delete the field.
3. Deletions in the table are recorded in the fields list view. You can delete multiple fields in one go & save all at once.
4. Click `Save changes` button to save the changes.
After all the changes are made, click `Save changes` button to save the changes.
![Delete field](/img/v2/fields/editor/field-context-menu.png)
![Delete field](/img/v2/fields/editor/editor-4.png)
:::tip
- You can add / update/ delete multiple fields & save changes in one go.
@ -68,7 +70,7 @@ On the Multi-field editor page, use `drag-drop` handle to drag and drop the fiel
The changes will only be saved when you click `Save changes` button.
:::
![Reorder fields](/img/v2/fields/editor/reorder.png)
![Reorder fields](/img/v2/fields/editor/editor-7.png)
## Show / Hide fields
@ -78,7 +80,7 @@ On the Multi-field editor page, use the `toggle` button next to the fields to sh
The changes will only be saved when you click `Save changes` button.
:::
![Show / Hide fields](/img/v2/fields/editor/show-hide.png)
![Show / Hide fields](/img/v2/fields/editor/editor-6.png)

6
packages/noco-docs/docs/070.fields/060.actions-on-field.md

@ -16,7 +16,7 @@ Fields context menu can be accessed by clicking on the dropdown icon (🔽) next
3. Enter new field name as required in the `Column Name` field.
4. Click on `Save Column` button.
![Rename field](/img/v2/fields/fields-edit.png)
![Rename field](/img/v2/fields/fields-edit-2.png)
#### Change field type
1. Open the field context menu
@ -24,7 +24,7 @@ Fields context menu can be accessed by clicking on the dropdown icon (🔽) next
3. Select new field type from the `Column Type` dropdown.
4. Click on `Save Column` button.
![Change field type](/img/v2/fields/fields-type-edit.png)
![Change field type](/img/v2/fields/fields-edit-3.png)
#### Change default value
1. Open the field context menu
@ -32,7 +32,7 @@ Fields context menu can be accessed by clicking on the dropdown icon (🔽) next
3. Enter new default value in the `Default Value` field. To disable, click on `x` icon.
4. Click on `Save Column` button.
![Change default value](/img/v2/fields/fields-default-value-edit.png)
![Change default value](/img/v2/fields/fields-edit-4.png)
### Change field width
To adjust the width of the field, hover over the field edge and drag to adjust the width.

BIN
packages/noco-docs/static/img/v2-unannotated/fields/display-value.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 671 KiB

BIN
packages/noco-docs/static/img/v2-unannotated/fields/editor/editor-1.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 KiB

BIN
packages/noco-docs/static/img/v2-unannotated/fields/editor/editor-2.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 KiB

BIN
packages/noco-docs/static/img/v2-unannotated/fields/editor/editor-3.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 443 KiB

BIN
packages/noco-docs/static/img/v2-unannotated/fields/editor/editor-4.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 465 KiB

BIN
packages/noco-docs/static/img/v2-unannotated/fields/editor/editor-5.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 KiB

BIN
packages/noco-docs/static/img/v2-unannotated/fields/fields-context-menu.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 KiB

BIN
packages/noco-docs/static/img/v2-unannotated/fields/fields-edit.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 KiB

BIN
packages/noco-docs/static/img/v2-unannotated/fields/fields-width.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

BIN
packages/noco-docs/static/img/v2-unannotated/fields/linked-records-modal.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 544 KiB

BIN
packages/noco-docs/static/img/v2-unannotated/fields/set-as-display-value.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 516 KiB

BIN
packages/noco-docs/static/img/v2/fields/display-value-in-linked-record.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 KiB

After

Width:  |  Height:  |  Size: 411 KiB

BIN
packages/noco-docs/static/img/v2/fields/display-value.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 KiB

After

Width:  |  Height:  |  Size: 529 KiB

BIN
packages/noco-docs/static/img/v2/fields/editor/access.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 910 KiB

BIN
packages/noco-docs/static/img/v2/fields/editor/add-field.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 596 KiB

BIN
packages/noco-docs/static/img/v2/fields/editor/edit-field.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 225 KiB

BIN
packages/noco-docs/static/img/v2/fields/editor/editor-1.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 KiB

BIN
packages/noco-docs/static/img/v2/fields/editor/editor-2.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 KiB

BIN
packages/noco-docs/static/img/v2/fields/editor/editor-3.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 KiB

BIN
packages/noco-docs/static/img/v2/fields/editor/editor-4.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 KiB

BIN
packages/noco-docs/static/img/v2/fields/editor/editor-5.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 KiB

BIN
packages/noco-docs/static/img/v2/fields/editor/editor-6.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 KiB

BIN
packages/noco-docs/static/img/v2/fields/editor/editor-7.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 KiB

BIN
packages/noco-docs/static/img/v2/fields/editor/field-context-menu.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 943 KiB

BIN
packages/noco-docs/static/img/v2/fields/editor/reorder.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 896 KiB

BIN
packages/noco-docs/static/img/v2/fields/editor/show-hide.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 895 KiB

BIN
packages/noco-docs/static/img/v2/fields/fields-context-menu.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 325 KiB

BIN
packages/noco-docs/static/img/v2/fields/fields-default-value-edit.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

BIN
packages/noco-docs/static/img/v2/fields/fields-edit-2.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

BIN
packages/noco-docs/static/img/v2/fields/fields-edit-3.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

BIN
packages/noco-docs/static/img/v2/fields/fields-edit-4.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

BIN
packages/noco-docs/static/img/v2/fields/fields-edit.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

BIN
packages/noco-docs/static/img/v2/fields/fields-type-edit.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

BIN
packages/noco-docs/static/img/v2/fields/fields-width.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 251 KiB

After

Width:  |  Height:  |  Size: 151 KiB

BIN
packages/noco-docs/static/img/v2/fields/set-as-display-value.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 391 KiB

Loading…
Cancel
Save