You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ It has the ability to edit cell data by posting their contents to another SQLpag
31
31
-**x** the value of the x-axis (horizontal cell number)
32
32
-**y** the value of the y-axis (vertical cell number)
33
33
-**value** the value of the cell
34
+
-**id** the id of the cell (will be passed as `:id` to the update_link sql file)
34
35
-**bold** If present, the cell text is bold
35
36
-**italic** If present, the cell text is italic
36
37
-**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
39
40
-**text_align_justified** If present, the cell text is justified
40
41
-**text_align_distributed** If present, the cell text is distributed
41
42
-**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.
43
43
-**font_family** The font family for the cell text
44
44
-**font_size** The font size for the cell text (in points)
45
45
-**underline** If present, the cell text is underlined
0 commit comments