Browse Source

docs: table image rescale

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/6467/head
Raju Udava 1 year ago
parent
commit
141ed7bfef
  1. 15
      packages/noco-docs/docs/050.tables/030.create-table-via-import.md
  2. 3
      packages/noco-docs/docs/050.tables/060.actions-on-table.md
  3. BIN
      packages/noco-docs/static/img/v2-unannotated/table/import-csv-url.png
  4. BIN
      packages/noco-docs/static/img/v2-unannotated/table/import-csv.png
  5. BIN
      packages/noco-docs/static/img/v2-unannotated/table/import-stage-2.png
  6. BIN
      packages/noco-docs/static/img/v2-unannotated/table/table-context-menu.png
  7. BIN
      packages/noco-docs/static/img/v2-unannotated/table/table-create-1.png
  8. BIN
      packages/noco-docs/static/img/v2-unannotated/table/table-create-2.png
  9. BIN
      packages/noco-docs/static/img/v2-unannotated/table/table-delete.png
  10. BIN
      packages/noco-docs/static/img/v2-unannotated/table/table-duplicate.png
  11. BIN
      packages/noco-docs/static/img/v2-unannotated/table/table-import-from-dashboard.png
  12. BIN
      packages/noco-docs/static/img/v2-unannotated/table/table-import-from-sidebar.png
  13. BIN
      packages/noco-docs/static/img/v2-unannotated/table/table-rename.png
  14. BIN
      packages/noco-docs/static/img/v2-unannotated/table/upload-csv-1.png
  15. BIN
      packages/noco-docs/static/img/v2-unannotated/table/upload-csv-2.png
  16. BIN
      packages/noco-docs/static/img/v2-unannotated/table/upload-csv-3.png
  17. BIN
      packages/noco-docs/static/img/v2-unannotated/table/upload-csv-url.png
  18. BIN
      packages/noco-docs/static/img/v2/table/import-csv-url.png
  19. BIN
      packages/noco-docs/static/img/v2/table/import-csv.png
  20. BIN
      packages/noco-docs/static/img/v2/table/import-stage-2.png
  21. BIN
      packages/noco-docs/static/img/v2/table/table-context-menu.png
  22. BIN
      packages/noco-docs/static/img/v2/table/table-create-1.png
  23. BIN
      packages/noco-docs/static/img/v2/table/table-create-2.png
  24. BIN
      packages/noco-docs/static/img/v2/table/table-delete.png
  25. BIN
      packages/noco-docs/static/img/v2/table/table-duplicate.png
  26. BIN
      packages/noco-docs/static/img/v2/table/table-import-1.png
  27. BIN
      packages/noco-docs/static/img/v2/table/table-import-2.png
  28. BIN
      packages/noco-docs/static/img/v2/table/table-import-from-dashboard.png
  29. BIN
      packages/noco-docs/static/img/v2/table/table-import-from-sidebar.png
  30. BIN
      packages/noco-docs/static/img/v2/table/table-rename.png
  31. BIN
      packages/noco-docs/static/img/v2/table/upload-csv-1.png
  32. BIN
      packages/noco-docs/static/img/v2/table/upload-csv-2.png
  33. BIN
      packages/noco-docs/static/img/v2/table/upload-csv-3.png
  34. BIN
      packages/noco-docs/static/img/v2/table/upload-csv-url.png

15
packages/noco-docs/docs/050.tables/030.create-table-via-import.md

@ -11,12 +11,15 @@ keywords: ['NocoDB table', 'create table', 'table administration', 'table organi
There are two ways to access import modal:
#### 1. From the base dashboard
![image](/img/v2/table/table-import-1.png)
![image](/img/v2/table/table-import-2.png)
![import data](/img/v2/base/base-import-from-dashboard-1.png)
![import from dashboard](/img/v2/table/table-import-from-dashboard.png)
#### 2. From the base context menu
[//]: # (![image]&#40;/img/v2/base/base-import-sub-menu.png&#41;)
![import from sidebar](/img/v2/table/table-import-from-sidebar.png)
### Importing file
There are two ways to upload source file:
@ -43,12 +46,12 @@ There are two ways to upload source file:
### Import configurations
1. [**Optional**] `Table name` - defaults to the name of the file; double click to edit.
2. [**Optional**] `Field configurations`
1. `Table name` - defaults to the name of the file; double click to edit (Optional).
2. `Field configurations` (Optional)
- `Field name` - name of the column as identified from import file header; click to edit.
- `Field type` - inferred from the data in the column; click to edit.
- `Options` - For `Single select` and `Multi select` field types, options identified are listed here; click to edit.
3. [**Optional**] `Remove field` - Click on delete icon to exclude a field in source file from being imported.
3. `Remove field` - Click on delete icon to exclude a field in source file from being imported (Optional)
4. Click on `Import` button to start importing the file.
![image](/img/v2/table/import-stage-2.png)

3
packages/noco-docs/docs/050.tables/060.actions-on-table.md

@ -13,6 +13,7 @@ keywords: ['NocoDB table', 'rename table', 'duplicate table', 'delete table', 't
4. To finalize the renaming process, click on the `Rename` button.
![image](/img/v2/table/table-context-menu.png)
![image](/img/v2/table/table-rename.png)
## Duplicate table
@ -27,6 +28,7 @@ keywords: ['NocoDB table', 'rename table', 'duplicate table', 'delete table', 't
A new table will be generated, mirroring the original table's schema and content, in accordance with the configurations specified in step 3.
![image](/img/v2/table/table-context-menu.png)
![image](/img/v2/table/table-duplicate.png)
:::info
@ -46,6 +48,7 @@ A new table will be generated, mirroring the original table's schema and content
3. To finalize the deletion process, click on the `Delete` button in the confirmation dialog.
![image](/img/v2/table/table-context-menu.png)
![image](/img/v2/table/table-delete.png)
## Related articles

BIN
packages/noco-docs/static/img/v2-unannotated/table/import-csv-url.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 KiB

BIN
packages/noco-docs/static/img/v2-unannotated/table/import-csv.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 KiB

BIN
packages/noco-docs/static/img/v2-unannotated/table/import-stage-2.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 KiB

BIN
packages/noco-docs/static/img/v2-unannotated/table/table-create-1.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 KiB

BIN
packages/noco-docs/static/img/v2-unannotated/table/table-create-2.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 KiB

BIN
packages/noco-docs/static/img/v2-unannotated/table/table-delete.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 462 KiB

BIN
packages/noco-docs/static/img/v2-unannotated/table/table-duplicate.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 KiB

BIN
packages/noco-docs/static/img/v2-unannotated/table/table-import-from-dashboard.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 407 KiB

BIN
packages/noco-docs/static/img/v2-unannotated/table/table-import-from-sidebar.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 KiB

BIN
packages/noco-docs/static/img/v2-unannotated/table/table-rename.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 460 KiB

BIN
packages/noco-docs/static/img/v2-unannotated/table/upload-csv-1.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 KiB

BIN
packages/noco-docs/static/img/v2-unannotated/table/upload-csv-2.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 568 KiB

BIN
packages/noco-docs/static/img/v2-unannotated/table/upload-csv-3.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 KiB

BIN
packages/noco-docs/static/img/v2-unannotated/table/upload-csv-url.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 594 KiB

BIN
packages/noco-docs/static/img/v2/table/import-csv-url.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 313 KiB

BIN
packages/noco-docs/static/img/v2/table/import-csv.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 306 KiB

BIN
packages/noco-docs/static/img/v2/table/import-stage-2.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 KiB

After

Width:  |  Height:  |  Size: 341 KiB

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 382 KiB

BIN
packages/noco-docs/static/img/v2/table/table-create-1.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 249 KiB

BIN
packages/noco-docs/static/img/v2/table/table-create-2.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 257 KiB

BIN
packages/noco-docs/static/img/v2/table/table-delete.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 KiB

After

Width:  |  Height:  |  Size: 359 KiB

BIN
packages/noco-docs/static/img/v2/table/table-duplicate.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 KiB

After

Width:  |  Height:  |  Size: 372 KiB

BIN
packages/noco-docs/static/img/v2/table/table-import-1.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

BIN
packages/noco-docs/static/img/v2/table/table-import-2.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

BIN
packages/noco-docs/static/img/v2/table/table-import-from-dashboard.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 KiB

BIN
packages/noco-docs/static/img/v2/table/table-import-from-sidebar.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 KiB

BIN
packages/noco-docs/static/img/v2/table/table-rename.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 KiB

After

Width:  |  Height:  |  Size: 360 KiB

BIN
packages/noco-docs/static/img/v2/table/upload-csv-1.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 319 KiB

BIN
packages/noco-docs/static/img/v2/table/upload-csv-2.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 454 KiB

BIN
packages/noco-docs/static/img/v2/table/upload-csv-3.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

After

Width:  |  Height:  |  Size: 443 KiB

BIN
packages/noco-docs/static/img/v2/table/upload-csv-url.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB

After

Width:  |  Height:  |  Size: 479 KiB

Loading…
Cancel
Save