Skip to content

Commit f454aca

Browse files
committed
docs(tables): defer reference column documentation
1 parent 1cc1bda commit f454aca

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

apps/docs/content/docs/tables/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ Every column has a type, which decides how its values are stored and validated.
2626
| **Date** | A date | `2026-03-16` |
2727
| **JSON** | An object or array | `{ "tier": "pro" }` |
2828
| **Select** | One of a fixed set of options, or several | `Pro` |
29-
| **Reference** | A row ID from another table in your workspace | `row_123` |
3029

31-
Types are enforced as you enter values, so a Number column only takes numbers. A Reference column is intentionally different for now: it stores the row ID as plain text without checking that the row exists in the selected table.
30+
Types are enforced as you enter values, so a Number column only takes numbers.
3231

3332
A Currency column stores a plain number and renders it in the currency you choose for that column, so filters, sorts, and exports all see the amount itself. Changing a column's currency relabels it — it does not convert the amounts.
3433

0 commit comments

Comments
 (0)