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

Enable narrower display of Path column #410

Closed
johnmhoran opened this issue Dec 6, 2019 · 6 comments
Closed

Enable narrower display of Path column #410

johnmhoran opened this issue Dec 6, 2019 · 6 comments

Comments

@johnmhoran
Copy link
Member

Working on Windows 10 with the latest development branch, using a built .exe. Often I'm encountering a display of the Path column that is wider than any displayed Path values. I'm also often seeing wide Path values displayed in full. In both cases, this leaves precious little room to view any other columns.

I don't have a proposed solution at this point but will find time to examine the code and see if I can come up with an idea.

@johnmhoran
Copy link
Member Author

I see paths, filenames, file_types etc. are sometimes abbreviated with ellipses. You can see the entire string by mousing over, which is good, but the ellipses prevent copying the string for use elsewhere (e.g., other scan outputs, Google, DBs and the like). Forced text-wrap (with fixed or max column widths) might be ugly but would display the entire value and permit copying.

@steven-esser
Copy link
Contributor

steven-esser commented Dec 6, 2019

This used to be the case until I did some work on #1. You can see the changes I made here: #375. Most of these modifications were done with .css changes, while the ellipsis function is handled via DataTables library.

We do need some way to be able to copy these values (especially path and maybe a handful of others). I am open to any changes, even reverting to past behavior if thats required. The problem with word wrap is long paths make the cells very high in some cases, which make the data table really hard to scan.

@steven-esser steven-esser modified the milestones: Future, Release v3.2.0 Dec 10, 2019
@steven-esser
Copy link
Contributor

Ideally, we would want fixed height and fixed width for all columns.

@johnmhoran
Copy link
Member Author

It might also be worth exploring whether DataTables columns can be resized by the user.

@johnmhoran johnmhoran added the ui label Feb 17, 2022
@OmkarPh
Copy link
Collaborator

OmkarPh commented Jul 21, 2023

The latest version supports resizing all columns
Can we close this issue?

@OmkarPh
Copy link
Collaborator

OmkarPh commented Dec 15, 2023

Closing this, as we're using new resizable columns in the Table view

@OmkarPh OmkarPh closed this as not planned Won't fix, can't repro, duplicate, stale Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants