Skip to content

Commit 0107d73

Browse files
committed
id at the top
1 parent d0ff315 commit 0107d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ It has the ability to edit cell data by posting their contents to another SQLpag
3131
- **x** the value of the x-axis (horizontal cell number)
3232
- **y** the value of the y-axis (vertical cell number)
3333
- **value** the value of the cell
34+
- **id** the id of the cell (will be passed as `:id` to the update_link sql file)
3435
- **bold** If present, the cell text is bold
3536
- **italic** If present, the cell text is italic
3637
- **color** cell background color. Can be a [SQLPage color name](https://sql.datapage.app/colors.sql) or a hexadecimal color code like `#80cbc4`.
@@ -39,7 +40,6 @@ It has the ability to edit cell data by posting their contents to another SQLpag
3940
- **text_align_justified** If present, the cell text is justified
4041
- **text_align_distributed** If present, the cell text is distributed
4142
- **number_format** format the number according to the specified number format. Uses [excel number format codes](https://support.microsoft.com/en-us/office/number-format-codes-5026bbd6-04bc-48cd-bf33-80f18b4eae68).
42-
- **id** If present, the cell has this unique identifier that will be passed to the update_link sql file.
4343
- **font_family** The font family for the cell text
4444
- **font_size** The font size for the cell text (in points)
4545
- **underline** If present, the cell text is underlined

0 commit comments

Comments
 (0)