Skip to content

Commit 98a4f7c

Browse files
authored
add fill handle to dataeditor (#5673)
1 parent a53c324 commit 98a4f7c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pyi_hashes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"reflex/components/core/window_events.pyi": "76bf03a273a1fbbb3b333e10d5d08c30",
2525
"reflex/components/datadisplay/__init__.pyi": "52755871369acbfd3a96b46b9a11d32e",
2626
"reflex/components/datadisplay/code.pyi": "ec35c215a219c616ff38c30047d9b601",
27-
"reflex/components/datadisplay/dataeditor.pyi": "afc6df39dbbdbb5b209d4751c3e189b2",
27+
"reflex/components/datadisplay/dataeditor.pyi": "82c652f0679148d8431a0cf645686a50",
2828
"reflex/components/datadisplay/shiki_code_block.pyi": "1d53e75b6be0d3385a342e7b3011babd",
2929
"reflex/components/el/__init__.pyi": "00ded672c0336da6225036f56855b042",
3030
"reflex/components/el/element.pyi": "c5974a92fbc310e42d0f6cfdd13472f4",

reflex/components/datadisplay/dataeditor.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ class DataEditor(NoSSRComponent):
197197
# Enables or disables the overlay shadow when scrolling vertically.
198198
fixed_shadow_y: Var[bool]
199199

200+
# Controls the presence of the fill indicator
201+
fill_handle: Var[bool]
202+
200203
# The number of columns which should remain in place when scrolling horizontally. Doesn't include rowMarkers.
201204
freeze_columns: Var[int]
202205

0 commit comments

Comments
 (0)