The filename column is often too narrow to show the full filenames, see screenshot. I propose 3 complementary solutions to this.
1. Better automatic width determination. The size, width-height and date columns never need to be larger than a certain (narrow) width, and the filename column should take the rest that's available.
2. Add the title property with the filename to the <td> tag so that the full filename appears as a tooltip (see second screenshot). This would be extremely easy to implement.
3. Make the columns resizable by the user.

Comments

geoffmen created an issue. See original summary.

thalles’s picture

I liked of options 2 and 3.

thalles’s picture

Status: Active » Needs work
paulocs’s picture

Status: Needs work » Needs review
StatusFileSize
new733 bytes

Hello @thalles,
I just implemented the solution two because it will be a big change in the html structure to make the table re-sizable.
In my opinion, the solution two is sufficient and simple.

Thanks :)

thalles’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new51.04 KB

Looks good to me!

  • thalles committed 6d4362d on 7.x-1.x authored by paulocs
    Issue #3024769 by paulocs, geoffmen, thalles: Column widths issues
    
thalles’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.