Listview Enhancements Suggestions #12393
Replies: 2 comments 1 reply
-
The column widths always bugs me too - I have a feeling it's because the view is built to look like a table, rather than actually using table markup. Caveat - haven't looked at the code, this is from memory, which might be wrong 🙄 If it were a table, the browser would flow the column widths to best-fit the content, but as it's a stack of divs, the widths are set explicitly(or via flex rules). Same issue goes for the umb-table directive, which should really be named umb-lotsa-divs-looking-like-a-table, but that's a bit much. |
Beta Was this translation helpful? Give feedback.
-
So today I came across another listview annoyance, That "Status" column (which can't be removed) is not even sortable, so it really has ZERO value there in the view. I'd like it to be sortable AND removable., |
Beta Was this translation helpful? Give feedback.
-
I really like the Listviews, but there are a few things that always annoy me..
1 - The required "Published" column:
IMO this adds no value - unpublished nodes are shown greyed-out already:
The width of the column takes up space better used by useful property data. It would be great if this were treated as a "regular" column type and could be removed from the customized Listview - like the "sortOrder" or "updateDate" columns.
2 - I wish the column widths could be somehow configured (maybe optionally, using %s?) Often I have a longer (useful) textstring property I'd like displayed, but other properties take up so much unnecessary space (example: Sort Order is really wide):
Beta Was this translation helpful? Give feedback.
All reactions