-
Notifications
You must be signed in to change notification settings - Fork 74
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
ClueDataTables: Long path names should wrap to next line sooner #263
Comments
What is the current number of characters that forces a wrap? |
Ill dig around and see if we have hardcoded some value somewhere, but my guess is that DataTables sets some default value. |
Relevant link to a possible solution: https://datatables.net/forums/discussion/26629/how-to-set-word-wrap-and-limit-column-width-while-altering-visibility |
And we should also have fixed height and IMHO ellipsis on long paths or values per #1 |
Addresses: #1, #263 Signed-off-by: Steven Esser <[email protected]>
#375 merged, closing this. Further enhancements and fixes regarding heights and ellipsis can be handled in new tickets. |
Addresses: #1, #263 Signed-off-by: Steven Esser <[email protected]>
Addresses: #1, #263 Signed-off-by: Steven Esser <[email protected]>
Many cases, long path names take up the majority of the horizontal screen space in the Clues data tables.
As you can see from the pic, path strings do wrap after a certain amount of characters but we want this character length to be reduced so we can fit more columns on the screen when path strings are long.
The text was updated successfully, but these errors were encountered: