Skip to content
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

Multiline column wrap #747

Open
ysapolovych opened this issue Mar 30, 2023 · 3 comments
Open

Multiline column wrap #747

ysapolovych opened this issue Mar 30, 2023 · 3 comments

Comments

@ysapolovych
Copy link

I have columns with long text values, and they hinder table navigation. Although it is possible to truncate, a much preferable way would be to wrap them, but I found no way of doing so. Is it impossible at the moment (or I'm just missing something)? If not, is such functionality planned? This would be extremely useful.

@aschonfeld
Copy link
Collaborator

So the way around this is to use the "Max Width" property as shown here:

long_strings.mov

Here's a reference on how to set this property up before loading D-Tale so you don't have to click anything on the UI: #472 (comment)

Let me know if this gets you where you need to go

@ysapolovych
Copy link
Author

Thank you, but this is not exactly what I want. I hoped for some option to wrap a column like this, without having to hover to see the full contents
image

@aschonfeld
Copy link
Collaborator

@ysapolovych so unfortunately this is best I can do where I can add a setting to allow for test-wrapping but you'll have to tweak the "Max Height" to that of the longest string to see everything. I can't do rows each with a different height like excel. The other thing is that it looks like trying to do the custom ellipses "..." on the end of overflowing strings doesn't work on multiline strings. So you wont really have a good sense for what is too long to fit in the cell 😢
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants