Browse Source

docs: links for tables

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/6467/head
Raju Udava 1 year ago
parent
commit
ffb5f1b887
  1. 14
      packages/noco-docs/docs/050.tables/010.table-overview.md
  2. 2
      packages/noco-docs/docs/050.tables/020.create-table.md
  3. 7
      packages/noco-docs/docs/050.tables/030.create-table-via-import.md
  4. 7
      packages/noco-docs/docs/050.tables/040.import-data-into-existing-table.md
  5. 8
      packages/noco-docs/docs/050.tables/050.delete-table.md
  6. 8
      packages/noco-docs/docs/050.tables/060.actions-on-table.md
  7. 2
      packages/noco-docs/docs/080.views/010.overview.md
  8. BIN
      packages/noco-docs/static/img/v2/base-dashboard.png

14
packages/noco-docs/docs/050.tables/010.table-overview.md

@ -3,3 +3,17 @@ title: 'Table overview'
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
A base is housed in tables, where data is logically arranged into rows and columns. A table in NocoDB serves as a robust center for managing your data effectively. You have the flexibility to create multiple tables, each catering to distinct sets of data. Moreover, you can link tables to one another to establish relationships between them.
Much like traditional spreadsheets, NocoDB tables empower you to carry out tasks such as sorting, filtering, and aggregating your data. What sets NocoDB apart from standard spreadsheets is its ability to present table data in various formats. You can view your data as a conventional grid with rows and columns, a gallery of cards, or even as interactive kanban boards, and then make use of a friendly form to input data.
As you delve into this section, you'll gain a deeper understanding of how to leverage NocoDB's tables effectively, equipping you to proficiently organize your own dataset.
## Related articles
- [Create table](/tables/create-table)
- [Import a table using a CSV, Excel or a JSON](/tables/create-table-via-import)
- [Import data from Csv/Xlsx into existing table](/tables/import-data-into-existing-table)
- [Delete table](/tables/delete-table)
- [Table actions](/tables/actions-on-table)

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

@ -22,3 +22,5 @@ import TabItem from '@theme/TabItem';
- [Change table icon](/docs/tables/change-table-icon)

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

@ -61,3 +61,10 @@ There are two ways to upload source file:
:::info
By default, the first column will be chosen as Display Value and cannot be deleted.
:::
## Related articles
- [Table overview](/tables/table-overview)
- [Create table](/tables/create-table)
- [Import data from Csv/Xlsx into existing table](/tables/import-data-into-existing-table)
- [Delete table](/tables/delete-table)
- [Table actions](/tables/actions-on-table)

7
packages/noco-docs/docs/050.tables/040.import-data-into-existing-table.md

@ -41,3 +41,10 @@ There are two ways to upload source file:
### Advance settings
- `# of rows to parse to infer datatype` - defaults to 500 rows.
- `Use first row as headers` - enabled by default. If checked, the first row will be treated as header row & will be used as field names.
## Related articles
- [Table overview](/tables/table-overview)
- [Create table](/tables/create-table)
- [Create table via import](/tables/create-table-via-import)
- [Delete table](/tables/delete-table)
- [Table actions](/tables/actions-on-table)

8
packages/noco-docs/docs/050.tables/050.delete-table.md

@ -12,3 +12,11 @@ import TabItem from '@theme/TabItem';
2. Click on `Delete` option.
![image](/img/v2/table-context-menu.png)
## Related articles
- [Table overview](/tables/table-overview)
- [Create table](/tables/create-table)
- [Create table via import](/tables/create-table-via-import)
- [Import data from Csv/Xlsx into existing table](/tables/import-data-into-existing-table)
- [Table actions](/tables/actions-on-table)

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

@ -30,4 +30,12 @@ import TabItem from '@theme/TabItem';
- Duplicate table option is not available for `External DB` projects
:::
## Related articles
- [Table overview](/tables/table-overview)
- [Create table](/tables/create-table)
- [Create table via import](/tables/create-table-via-import)
- [Import data from Csv/Xlsx into existing table](/tables/import-data-into-existing-table)
- [Delete table](/tables/delete-table)

2
packages/noco-docs/docs/080.views/010.overview.md

@ -1,5 +1,5 @@
---
title: 'Views'
title: 'View Overview'
description: 'Understanding Views in NocoDB!'
---

BIN
packages/noco-docs/static/img/v2/base-dashboard.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 406 KiB

After

Width:  |  Height:  |  Size: 102 KiB

Loading…
Cancel
Save