table-columnsOverview

On the top of the screen you can see top bar, which offers to user to add views line Table view, Calendar view and Board view.

Here is a short video demonstrating how to add all kinds of views:

  1. Video showing how to create a Calendar view:

  1. Video showing how to create a Board view:


  1. Columns: These define the fields of the data. Each column has a specific name and data type (e.g., numbers, text, dates). For example, in a table about Product type, the columns might be “Product ID” and “Product Type”

  1. Rows: Each row represents an individual entry in the table. Every row contains a unique set of data across the columns. For example, one row in the Product type table would represent the details of product type.

Last updated