Browse Source

docs: create table

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/6467/head
Raju Udava 11 months ago
parent
commit
75861f0cf2
  1. 6
      packages/noco-docs/docs/040.bases/090.actions-on-base.md
  2. 15
      packages/noco-docs/docs/050.tables/020.create-table.md
  3. BIN
      packages/noco-docs/static/img/v2/create-table-2.png
  4. BIN
      packages/noco-docs/static/img/v2/create-table.png

6
packages/noco-docs/docs/040.bases/090.actions-on-base.md

@ -43,9 +43,9 @@ Starred base will appear in both `Starred` section and `All Bases` section on th
You can duplicate a base by following simple steps below:
1. Open `base context menu` by clicking on the ellipses `...` next to base name` on the left sidebar.
2. From the dropdown, select `Duplicate` option.
3. Optional configurations
a) You can choose to duplicate the base with or without data.
b) You can choose to duplicate the base with or without views.
3. Optional configurations
a) `Include data` : You can choose to duplicate the base with or without data.
b) `Include views` : You can choose to duplicate the base with or without views.
4. Click on `Confirm` button on the confirmation modal.
5. New base will be created with the same schema and data/view as in the original base, based on configurations as specified in step (3).

15
packages/noco-docs/docs/050.tables/020.create-table.md

@ -2,4 +2,17 @@
title: 'Create table'
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import TabItem from '@theme/TabItem';
## Create new table
![image](/img/v2/create-table.png)
![image](/img/v2/create-table-2.png)
## Create table from CSV
## Create table from Excel
## Create table from JSON

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 KiB

Loading…
Cancel
Save