Skip to Content
Using tablesArchitecture

Architecture

Column

Columns are a table’s vertical elements, allowing you to store more information in your rows. Columns are generally “attributes” of those things (their gender, age, address, etc.). In Fundamento, you can change column types to add various attributes to your row data. You can also reorder columns to your liking. change column types to some fun stuff like emoji reactions, AI generator, buttons, sliders, people, etc.

Every Column has immutable ID unique within Table. It can be used when referenced in formulas you create.

Row

Rows compose the horizontal elements of a table. Rows generally represent “things” (people, tasks, inventory items, places to visit, grocery list items, etc.).

Formula

The combination of functions, cells, rows, columns, and ranges used to obtain a specific result. In Fundamento you can use Formula on an entire column and all rows will be impacted. You cannot apply Formula to a single cell (albeit to simulate that you can insert Formula block to your Documents that would target/filter specific row from your table)

ID

Every Table has immutable ID unique within Space. This ID can be used in formulas you create. You can review the ID value (or copy it to clipboard) in the top-right corner of the Table: image.png

Last updated on