jupyter-widgets / ipydatagrid

Fast Datagrid widget for the Jupyter Notebook and JupyterLab
BSD 3-Clause "New" or "Revised" License
582 stars 52 forks source link

Is it possible to wrap text in a cell? (i.e. several lines) #210

Closed joseberlines closed 3 years ago

joseberlines commented 3 years ago

When rendering cells containing large texts is it possible to wrap text in several lines?

ibdafna commented 3 years ago

It's not available yet, but it's coming very soon! Support was added to the underlying library we use in ipydatagrid, in this PR: https://github.com/jupyterlab/lumino/pull/140

gaborbernat commented 3 years ago

Seems that PR has been merged and released. Do we need to do anything to enable it?

mbektas commented 3 years ago

@gaborbernat this feature is not in ipydatagrid yet. we need to update our @lumino/datagrid dependency and expose it via widget python interface to have it available in ipydatagrid.

joseberlines commented 3 years ago

But looks like it will come in the coming weeks!!! Cool thanks.

ibdafna commented 3 years ago

Available as of ipydatagrid 1.1.0. Enjoy! 😄

Closed via #248