Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit be46261

Browse files
committed
docu
1 parent df70042 commit be46261

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/docs/features/Formulas.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,20 @@ The code can be written in the column settings. The generated values can be adde
1414

1515
### Exposed Variables
1616
Common variables that you can use in your formula are:
17+
1718
- `db` : the database object with predefined functions that can be used in the formula
1819
- `config` : the table's config information
1920

2021
To use an exposed variable, use the `${}` syntax. For example, to get a value of the `config`, you can use `${config.pagination_size}`.
22+
2123
#### Column Formula
2224
If you are using a column formula, you can also use the following variables:
25+
2326
- `row` : the row object
27+
2428
#### Footer Formula
2529
In case you are using a footer formula, you can also use the following variables:
30+
2631
- `values` : An Array of cell values in the column
2732

2833
#### Options Formula

0 commit comments

Comments
 (0)