File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
reflex/components/datadisplay Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments