Skip to content

Commit aa4c62c

Browse files
Update dataeditor.py
1 parent 7e9c39d commit aa4c62c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reflex/components/datadisplay/dataeditor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ class DataEditor(NoSSRComponent):
240240
# Determines the height of each row.
241241
row_height: Var[int]
242242

243-
# Kind of row markers.
243+
# Kind of row markers. Options are: "none", "number", "checkbox", "both", "checkbox-visible", "clickable-number".
244244
row_markers: Var[LiteralRowMarker]
245245

246246
# Changes the starting index for row markers.

0 commit comments

Comments
 (0)