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

Split also long paths into multi line #382

Open
alinex opened this issue Jul 5, 2021 · 2 comments
Open

Split also long paths into multi line #382

alinex opened this issue Jul 5, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@alinex
Copy link

alinex commented Jul 5, 2021

If I have a very long path in my table, is it possible to also split after / character?

Example: /home/user/project/subproject/category/66623/contents/fd6873d67a3f3d67a3.jpg

Should be in the table (with maxLen) something like:

/home/user/project/subproject/
category/66623/contents/
fd6873d67a3f3d67a3.jpg
@ayonious
Copy link
Owner

ayonious commented Jul 5, 2021

Sounds like a good idea. Max Length should not exceed even if words are bigger

@ayonious ayonious added the enhancement New feature or request label Jul 5, 2021
@ayonious
Copy link
Owner

ayonious commented Jul 6, 2021

  • you are also mentioning to have a special chat based on which lines will be splitted. Missed that point. Gotta check that out as well

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

No branches or pull requests

2 participants