-
-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow wrapping text in cells. #482
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
@martinRenou I am a bit confused as I see that text wrapping is implemented in text renderer: lumino/packages/datagrid/src/textrenderer.ts Lines 222 to 303 in d51b057
what specifically is missing on lumino side? |
Thanks for follow this up. My understanding is that wrapping text in ipydatagrid is not possible because this is an issue in Lumino. If this is not the case (I am not at all a JAVA coder and can not really follow the code above) I might open again the issue in ipydatagrid regarding wrapping text in cells. |
I think the issue as outlined on the datagrid repo is the automatic sizing of rows dependent on the number of lines that are in a cell. See: jupyter-widgets/ipydatagrid#294 (comment) |
Lumino is behind ipydatagrid.
It would be very positive that Lumino allows multi lines cells in ipydatagrid.
This issue in ipydatagrid shows the situation:
jupyter-widgets/ipydatagrid#355
The text was updated successfully, but these errors were encountered: