-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Improve UI of Sorting Columns #2466
Comments
Perhaps we can use our old friend non-breaking space ( |
Yes you can of course, but then you get our old friend vertical scrollbar 😂 |
Well that sucks... I dont really have any other ideas... I dont think sorting is used very often so it is not top prio... |
Perhaps we could use "dense padding" to further compress it? I'm not a fan of 3-row headers :P |
Huh... annoying... sorry, I dont have any ideas... |
Yea that is probably best for now. |
Prerequisites
Description
I realized (a little bit late) that MUI has a
TableSortLabel
component that we could leverage to improve the UI when sorting the columns in the different tables.The improvement would display arrows, indicating not only which column is being sorted, but also whether the sort is in reverse or not.
The one trade-off is that with the addition of these arrows in the column head, we will never have enough room that the text in the head doesn't wrap (the
# Requests
/# Fails
always wraps)The text was updated successfully, but these errors were encountered: