timkpaine / perspective-parquet

Parquet file reader and editor in Jupyterlab, built with `perspective` for pivoting, filtering, aggregating, etc
Apache License 2.0
33 stars 0 forks source link

Is it possible to edit data/cells and have text in cells wrap in multiple lines? #1

Open joseberlines opened 1 year ago

joseberlines commented 1 year ago

The question says it all. The idea being to have a kind of excel-alike data visualizar for data consisting in texts

timkpaine commented 1 year ago

editing cells works, can you clarify the latter part of the question? wrapping lines makes perspective's grid virtualization unhappy generally

joseberlines commented 1 year ago

Clarificarion about wrapping. If you have as data ptext paragraphs and you plot/render the table with the data there several options: A) the text is rendered jn one line and the column is as width as necessary to accomodate the text B) one line but the column does not show all the text because the width is fixed C) having a predefined width the text is wrapped in as many lines as necessary to show it all.

It would be like in excel right click properties wrap-text = true