We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4e62b commit 44724c4Copy full SHA for 44724c4
ipydatagrid/cellrenderer.py
@@ -59,7 +59,7 @@ class TextRenderer(CellRenderer):
59
).tag(sync=True, **widget_serialization)
60
text_wrap = Bool(default_value=False).tag(sync=True, **widget_serialization)
61
text_elide_direction = Enum(
62
- values=["right", "left"], default_value='right'
+ values=["right", "left"], default_value="right"
63
64
font = Union(
65
(Unicode(), Instance(VegaExpr), Instance(Scale)),
0 commit comments